pub struct MinMaxFanSpeed {
pub min: u32,
pub max: u32,
}Fields§
§min: u32§max: u32Trait Implementations§
Source§impl Clone for MinMaxFanSpeed
impl Clone for MinMaxFanSpeed
Source§fn clone(&self) -> MinMaxFanSpeed
fn clone(&self) -> MinMaxFanSpeed
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 MinMaxFanSpeed
impl Debug for MinMaxFanSpeed
Source§impl Hash for MinMaxFanSpeed
impl Hash for MinMaxFanSpeed
Source§impl PartialEq for MinMaxFanSpeed
impl PartialEq for MinMaxFanSpeed
Source§fn eq(&self, other: &MinMaxFanSpeed) -> bool
fn eq(&self, other: &MinMaxFanSpeed) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MinMaxFanSpeed
impl Eq for MinMaxFanSpeed
impl StructuralPartialEq for MinMaxFanSpeed
Auto Trait Implementations§
impl Freeze for MinMaxFanSpeed
impl RefUnwindSafe for MinMaxFanSpeed
impl Send for MinMaxFanSpeed
impl Sync for MinMaxFanSpeed
impl Unpin for MinMaxFanSpeed
impl UnsafeUnpin for MinMaxFanSpeed
impl UnwindSafe for MinMaxFanSpeed
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