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