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