#[repr(transparent)]pub struct Et(pub u32);Expand description
External Timer
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Et
impl Eq for Et
impl StructuralPartialEq for Et
Auto Trait Implementations§
impl Freeze for Et
impl RefUnwindSafe for Et
impl Send for Et
impl Sync for Et
impl Unpin for Et
impl UnwindSafe for Et
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