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