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