Struct windows_sys::Media::Capture::WhiteBalanceGain
[−]Expand description
Required features: "Media_Capture"
Fields
R: f64
G: f64
B: f64
Trait Implementations
impl Clone for WhiteBalanceGain
impl Clone for WhiteBalanceGain
impl Copy for WhiteBalanceGain
Auto Trait Implementations
impl RefUnwindSafe for WhiteBalanceGain
impl Send for WhiteBalanceGain
impl Sync for WhiteBalanceGain
impl Unpin for WhiteBalanceGain
impl UnwindSafe for WhiteBalanceGain
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more