pub struct Prescaler(/* private fields */);Implementations§
Source§impl Prescaler
impl Prescaler
Sourcepub const PRESCALER_0: Self
pub const PRESCALER_0: Self
Divide by 1
Sourcepub const PRESCALER_1: Self
pub const PRESCALER_1: Self
Divide by 2
Sourcepub const PRESCALER_4095: Self
pub const PRESCALER_4095: Self
Divide by 4096
Trait Implementations§
Source§impl Ord for Prescaler
impl Ord for Prescaler
Source§impl PartialOrd for Prescaler
impl PartialOrd for Prescaler
impl Copy for Prescaler
impl Eq for Prescaler
impl StructuralPartialEq for Prescaler
Auto Trait Implementations§
impl Freeze for Prescaler
impl RefUnwindSafe for Prescaler
impl Send for Prescaler
impl Sync for Prescaler
impl Unpin for Prescaler
impl UnwindSafe for Prescaler
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