pub struct B2timer { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for B2timer
impl RefUnwindSafe for B2timer
impl Send for B2timer
impl Sync for B2timer
impl Unpin for B2timer
impl UnsafeUnpin for B2timer
impl UnwindSafe for B2timer
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