pub struct DeviceBrightness(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for DeviceBrightness
impl Clone for DeviceBrightness
Source§fn clone(&self) -> DeviceBrightness
fn clone(&self) -> DeviceBrightness
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 DeviceBrightness
impl Debug for DeviceBrightness
Source§impl Display for DeviceBrightness
impl Display for DeviceBrightness
Source§impl FromStr for DeviceBrightness
impl FromStr for DeviceBrightness
Source§impl Hash for DeviceBrightness
impl Hash for DeviceBrightness
Source§impl Ord for DeviceBrightness
impl Ord for DeviceBrightness
Source§fn cmp(&self, other: &DeviceBrightness) -> Ordering
fn cmp(&self, other: &DeviceBrightness) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DeviceBrightness
impl PartialEq for DeviceBrightness
Source§impl PartialOrd for DeviceBrightness
impl PartialOrd for DeviceBrightness
impl Copy for DeviceBrightness
impl Eq for DeviceBrightness
impl StructuralPartialEq for DeviceBrightness
Auto Trait Implementations§
impl Freeze for DeviceBrightness
impl RefUnwindSafe for DeviceBrightness
impl Send for DeviceBrightness
impl Sync for DeviceBrightness
impl Unpin for DeviceBrightness
impl UnwindSafe for DeviceBrightness
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