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