#[repr(C, packed(2))]pub struct CMVideoCardGammaFormula {
pub redGamma: Fixed,
pub redMin: Fixed,
pub redMax: Fixed,
pub greenGamma: Fixed,
pub greenMin: Fixed,
pub greenMax: Fixed,
pub blueGamma: Fixed,
pub blueMin: Fixed,
pub blueMax: Fixed,
}Expand description
Apple SDK struct CMVideoCardGammaFormula.
Fields§
§redGamma: Fixed§redMin: Fixed§redMax: Fixed§greenGamma: Fixed§greenMin: Fixed§greenMax: Fixed§blueGamma: Fixed§blueMin: Fixed§blueMax: FixedTrait Implementations§
Source§impl Clone for CMVideoCardGammaFormula
impl Clone for CMVideoCardGammaFormula
impl Copy for CMVideoCardGammaFormula
Auto Trait Implementations§
impl Freeze for CMVideoCardGammaFormula
impl RefUnwindSafe for CMVideoCardGammaFormula
impl Send for CMVideoCardGammaFormula
impl Sync for CMVideoCardGammaFormula
impl Unpin for CMVideoCardGammaFormula
impl UnsafeUnpin for CMVideoCardGammaFormula
impl UnwindSafe for CMVideoCardGammaFormula
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