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