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