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