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