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