#[repr(C, packed(2))]pub struct CMMakeAndModelType {
pub typeDescriptor: OSType,
pub reserved: UInt32,
pub makeAndModel: CMMakeAndModel,
}Fields§
§typeDescriptor: OSType§reserved: UInt32§makeAndModel: CMMakeAndModelTrait Implementations§
Source§impl Clone for CMMakeAndModelType
impl Clone for CMMakeAndModelType
Source§fn clone(&self) -> CMMakeAndModelType
fn clone(&self) -> CMMakeAndModelType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CMMakeAndModelType
impl Debug for CMMakeAndModelType
impl Copy for CMMakeAndModelType
Auto Trait Implementations§
impl Freeze for CMMakeAndModelType
impl RefUnwindSafe for CMMakeAndModelType
impl Send for CMMakeAndModelType
impl Sync for CMMakeAndModelType
impl Unpin for CMMakeAndModelType
impl UnsafeUnpin for CMMakeAndModelType
impl UnwindSafe for CMMakeAndModelType
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