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