#[repr(u8)]pub enum Slewrate {
NORMAL = 0,
SLOW = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Slewrate
impl Ord for Slewrate
Source§impl PartialOrd for Slewrate
impl PartialOrd for Slewrate
impl Copy for Slewrate
impl Eq for Slewrate
impl StructuralPartialEq for Slewrate
Auto Trait Implementations§
impl Freeze for Slewrate
impl RefUnwindSafe for Slewrate
impl Send for Slewrate
impl Sync for Slewrate
impl Unpin for Slewrate
impl UnwindSafe for Slewrate
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