#[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
Source§fn clone(&self) -> CMVideoCardGamma
fn clone(&self) -> CMVideoCardGamma
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 moreimpl 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