pub struct Utick { /* private fields */ }Expand description
LPC-Next0 Micro-tick Timer (UTICK)
Implementations§
Trait Implementations§
impl Copy for Utick
impl Eq for Utick
impl Send for Utick
impl StructuralPartialEq for Utick
impl Sync for Utick
Auto Trait Implementations§
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