#[repr(u8)]pub enum TimerClockDiv {
Off = 1,
Div10 = 0,
}Variants§
Trait Implementations§
Source§impl Clone for TimerClockDiv
impl Clone for TimerClockDiv
Source§fn clone(&self) -> TimerClockDiv
fn clone(&self) -> TimerClockDiv
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 moreimpl Copy for TimerClockDiv
Auto Trait Implementations§
impl Freeze for TimerClockDiv
impl RefUnwindSafe for TimerClockDiv
impl Send for TimerClockDiv
impl Sync for TimerClockDiv
impl Unpin for TimerClockDiv
impl UnwindSafe for TimerClockDiv
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