#[repr(transparent)]pub struct ElsAsCfg2(pub u32);Expand description
ELS AS Configuration2
Tuple Fields§
§0: u32Implementations§
Source§impl ElsAsCfg2
impl ElsAsCfg2
Sourcepub const fn cfg_els_cmd_en(&self) -> u32
pub const fn cfg_els_cmd_en(&self) -> u32
ELS configuration command enable bit
Sourcepub const fn set_cfg_els_cmd_en(&mut self, val: u32)
pub const fn set_cfg_els_cmd_en(&mut self, val: u32)
ELS configuration command enable bit
Trait Implementations§
impl Copy for ElsAsCfg2
impl Eq for ElsAsCfg2
impl StructuralPartialEq for ElsAsCfg2
Auto Trait Implementations§
impl Freeze for ElsAsCfg2
impl RefUnwindSafe for ElsAsCfg2
impl Send for ElsAsCfg2
impl Sync for ElsAsCfg2
impl Unpin for ElsAsCfg2
impl UnwindSafe for ElsAsCfg2
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