#[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
Source§fn clone(&self) -> CMVideoCardGammaFormula
fn clone(&self) -> CMVideoCardGammaFormula
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 moreSource§impl Debug for CMVideoCardGammaFormula
impl Debug 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