Struct OPM_TYPE
#[repr(transparent)]pub struct OPM_TYPE(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for OPM_TYPE
impl Eq for OPM_TYPE
impl StructuralPartialEq for OPM_TYPE
Auto Trait Implementations§
impl Freeze for OPM_TYPE
impl RefUnwindSafe for OPM_TYPE
impl Send for OPM_TYPE
impl Sync for OPM_TYPE
impl Unpin for OPM_TYPE
impl UnwindSafe for OPM_TYPE
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