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