pub struct WAITINTR { /* private fields */ }
Expand description
Value of the field
Implementations§
Auto Trait Implementations§
impl Freeze for WAITINTR
impl RefUnwindSafe for WAITINTR
impl Send for WAITINTR
impl Sync for WAITINTR
impl Unpin for WAITINTR
impl UnwindSafe for WAITINTR
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