pub struct Ticks { /* private fields */ }
Implementations§
Source§impl Ticks
impl Ticks
pub fn new() -> Self
pub fn set_timer0_generator(&self)
pub fn set_timer1_generator(&self)
pub fn is_timer0_on(&self) -> bool
Auto Trait Implementations§
impl Freeze for Ticks
impl !RefUnwindSafe for Ticks
impl !Send for Ticks
impl !Sync for Ticks
impl Unpin for Ticks
impl !UnwindSafe for Ticks
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