pub struct FanSelect(pub u16);Expand description
Generic mechanism to select a fan.
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
impl Copy for FanSelect
impl StructuralPartialEq for FanSelect
Auto Trait Implementations§
impl Freeze for FanSelect
impl RefUnwindSafe for FanSelect
impl Send for FanSelect
impl Sync for FanSelect
impl Unpin for FanSelect
impl UnwindSafe for FanSelect
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