#[repr(u8)]pub enum Mbacsel {
GLBAC0 = 0,
GLBAC1 = 1,
GLBAC2 = 2,
GLBAC3 = 3,
GLBAC4 = 4,
GLBAC5 = 5,
GLBAC6 = 6,
GLBAC7 = 7,
}Variants§
GLBAC0 = 0
select MBC_MEMN_GLBAC0 access control policy for block B
GLBAC1 = 1
select MBC_MEMN_GLBAC1 access control policy for block B
GLBAC2 = 2
select MBC_MEMN_GLBAC2 access control policy for block B
GLBAC3 = 3
select MBC_MEMN_GLBAC3 access control policy for block B
GLBAC4 = 4
select MBC_MEMN_GLBAC4 access control policy for block B
GLBAC5 = 5
select MBC_MEMN_GLBAC5 access control policy for block B
GLBAC6 = 6
select MBC_MEMN_GLBAC6 access control policy for block B
GLBAC7 = 7
select MBC_MEMN_GLBAC7 access control policy for block B
Implementations§
Trait Implementations§
Source§impl Ord for Mbacsel
impl Ord for Mbacsel
Source§impl PartialOrd for Mbacsel
impl PartialOrd for Mbacsel
impl Copy for Mbacsel
impl Eq for Mbacsel
impl StructuralPartialEq for Mbacsel
Auto Trait Implementations§
impl Freeze for Mbacsel
impl RefUnwindSafe for Mbacsel
impl Send for Mbacsel
impl Sync for Mbacsel
impl Unpin for Mbacsel
impl UnwindSafe for Mbacsel
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