pub struct NullControls {}Trait Implementations§
Source§impl Brightness for NullControls
impl Brightness for NullControls
Source§impl Clone for NullControls
impl Clone for NullControls
Source§fn clone(&self) -> NullControls
fn clone(&self) -> NullControls
Returns a duplicate of the value. Read more
1.0.0 · 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 NullControls
impl Debug for NullControls
Source§impl Default for NullControls
impl Default for NullControls
Source§fn default() -> NullControls
fn default() -> NullControls
Returns the “default value” for a type. Read more
Source§impl GammaCorrected for NullControls
impl GammaCorrected for NullControls
fn set_gamma(&mut self, gamma: GammaCurve)
impl Copy for NullControls
Auto Trait Implementations§
impl Freeze for NullControls
impl RefUnwindSafe for NullControls
impl Send for NullControls
impl Sync for NullControls
impl Unpin for NullControls
impl UnsafeUnpin for NullControls
impl UnwindSafe for NullControls
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