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