#[repr(C, packed(2))]pub struct CMVideoCardGammaType {
pub typeDescriptor: OSType,
pub reserved: UInt32,
pub gamma: CMVideoCardGamma,
}Expand description
Apple SDK struct CMVideoCardGammaType.
Fields§
§typeDescriptor: OSType§reserved: UInt32§gamma: CMVideoCardGammaTrait Implementations§
Source§impl Clone for CMVideoCardGammaType
impl Clone for CMVideoCardGammaType
impl Copy for CMVideoCardGammaType
Auto Trait Implementations§
impl Freeze for CMVideoCardGammaType
impl RefUnwindSafe for CMVideoCardGammaType
impl Send for CMVideoCardGammaType
impl Sync for CMVideoCardGammaType
impl Unpin for CMVideoCardGammaType
impl UnsafeUnpin for CMVideoCardGammaType
impl UnwindSafe for CMVideoCardGammaType
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