#[repr(C)]pub struct PhysicalUIMapList {
pub count: uint32,
pub map: *mut PhysicalUIMap,
}Fields§
§count: uint32§map: *mut PhysicalUIMapTrait Implementations§
Source§impl Clone for PhysicalUIMapList
impl Clone for PhysicalUIMapList
Source§fn clone(&self) -> PhysicalUIMapList
fn clone(&self) -> PhysicalUIMapList
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PhysicalUIMapList
impl Send for PhysicalUIMapList
impl Sync for PhysicalUIMapList
Auto Trait Implementations§
impl Freeze for PhysicalUIMapList
impl RefUnwindSafe for PhysicalUIMapList
impl Unpin for PhysicalUIMapList
impl UnwindSafe for PhysicalUIMapList
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more