pub enum RPM {
Unknown,
NonRotating,
RPM(u16),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RPM
impl RefUnwindSafe for RPM
impl Send for RPM
impl Sync for RPM
impl Unpin for RPM
impl UnsafeUnpin for RPM
impl UnwindSafe for RPM
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