pub struct FanSelect(pub u8);Expand description
Generic mechanism to select a fan.
Tuple Fields§
§0: u8Trait Implementations§
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