pub struct INITCOND;
Trait Implementations§
impl Copy for INITCOND
Auto Trait Implementations§
impl Freeze for INITCOND
impl RefUnwindSafe for INITCOND
impl Send for INITCOND
impl Sync for INITCOND
impl Unpin for INITCOND
impl UnwindSafe for INITCOND
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