Enum Ocmw
#[repr(u8)]pub enum Ocmw {
_010 = 2,
_011 = 3,
_100 = 4,
_101 = 5,
}Expand description
OCMW
Value on reset: 4
Variants§
_010 = 2
2: OCMEMn 32-bits wide
_011 = 3
3: OCMEMn 64-bits wide
_100 = 4
4: OCMEMn 128-bits wide
_101 = 5
5: OCMEMn 256-bits wide
Trait Implementations§
impl Copy for Ocmw
impl Eq for Ocmw
impl IsEnum for Ocmw
impl StructuralPartialEq for Ocmw
Auto Trait Implementations§
impl Freeze for Ocmw
impl RefUnwindSafe for Ocmw
impl Send for Ocmw
impl Sync for Ocmw
impl Unpin for Ocmw
impl UnwindSafe for Ocmw
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