Struct maitake::time::AlreadyInitialized
source · pub struct AlreadyInitialized(/* private fields */);
Expand description
Errors returned by set_global_timer
.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AlreadyInitialized
impl Send for AlreadyInitialized
impl Sync for AlreadyInitialized
impl Unpin for AlreadyInitialized
impl UnwindSafe for AlreadyInitialized
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