pub enum DeadtimePrescaler {
ThrtimDiv8 = 0,
ThrtimDiv4 = 1,
ThrtimDiv2 = 2,
Thrtim = 3,
ThrtimMul2 = 4,
ThrtimMul4 = 5,
ThrtimMul8 = 6,
ThrtimMul16 = 7,
}
Variants§
ThrtimDiv8 = 0
ThrtimDiv4 = 1
ThrtimDiv2 = 2
Thrtim = 3
ThrtimMul2 = 4
ThrtimMul4 = 5
ThrtimMul8 = 6
ThrtimMul16 = 7
Trait Implementations§
Source§impl Clone for DeadtimePrescaler
impl Clone for DeadtimePrescaler
Source§fn clone(&self) -> DeadtimePrescaler
fn clone(&self) -> DeadtimePrescaler
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DeadtimePrescaler
impl Debug for DeadtimePrescaler
impl Copy for DeadtimePrescaler
Auto Trait Implementations§
impl Freeze for DeadtimePrescaler
impl RefUnwindSafe for DeadtimePrescaler
impl Send for DeadtimePrescaler
impl Sync for DeadtimePrescaler
impl Unpin for DeadtimePrescaler
impl UnwindSafe for DeadtimePrescaler
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