pub struct ColorTemperature;Expand description
Color temperature adjustment
Implementations§
Auto Trait Implementations§
impl Freeze for ColorTemperature
impl RefUnwindSafe for ColorTemperature
impl Send for ColorTemperature
impl Sync for ColorTemperature
impl Unpin for ColorTemperature
impl UnsafeUnpin for ColorTemperature
impl UnwindSafe for ColorTemperature
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