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