#[repr(C, packed(2))]pub struct CMPS2CRDVMSizeType {
pub typeDescriptor: OSType,
pub reserved: UInt32,
pub count: UInt32,
pub intentCRD: [CMIntentCRDVMSize; 1],
}Expand description
Apple SDK struct CMPS2CRDVMSizeType.
Fields§
§typeDescriptor: OSType§reserved: UInt32§count: UInt32§intentCRD: [CMIntentCRDVMSize; 1]Trait Implementations§
Source§impl Clone for CMPS2CRDVMSizeType
impl Clone for CMPS2CRDVMSizeType
Source§fn clone(&self) -> CMPS2CRDVMSizeType
fn clone(&self) -> CMPS2CRDVMSizeType
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 CMPS2CRDVMSizeType
impl Debug for CMPS2CRDVMSizeType
impl Copy for CMPS2CRDVMSizeType
Auto Trait Implementations§
impl Freeze for CMPS2CRDVMSizeType
impl RefUnwindSafe for CMPS2CRDVMSizeType
impl Send for CMPS2CRDVMSizeType
impl Sync for CMPS2CRDVMSizeType
impl Unpin for CMPS2CRDVMSizeType
impl UnsafeUnpin for CMPS2CRDVMSizeType
impl UnwindSafe for CMPS2CRDVMSizeType
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