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