#[repr(transparent)]pub struct SmwSettingOption3(pub u32);Expand description
SMW Setting Option 3 Register
Tuple Fields§
§0: u32Implementations§
Source§impl SmwSettingOption3
impl SmwSettingOption3
Sourcepub const fn hem_whv_cntr(&self) -> u8
pub const fn hem_whv_cntr(&self) -> u8
WHV_COUNTER for HEM-erase Cycle
Sourcepub const fn set_hem_whv_cntr(&mut self, val: u8)
pub const fn set_hem_whv_cntr(&mut self, val: u8)
WHV_COUNTER for HEM-erase Cycle
Sourcepub const fn hem_max_ers(&self) -> u16
pub const fn hem_max_ers(&self) -> u16
HEM Max Erase Shot Count
Sourcepub const fn set_hem_max_ers(&mut self, val: u16)
pub const fn set_hem_max_ers(&mut self, val: u16)
HEM Max Erase Shot Count
Trait Implementations§
Source§impl Clone for SmwSettingOption3
impl Clone for SmwSettingOption3
Source§fn clone(&self) -> SmwSettingOption3
fn clone(&self) -> SmwSettingOption3
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SmwSettingOption3
impl Debug for SmwSettingOption3
Source§impl Default for SmwSettingOption3
impl Default for SmwSettingOption3
Source§fn default() -> SmwSettingOption3
fn default() -> SmwSettingOption3
Returns the “default value” for a type. Read more
Source§impl PartialEq for SmwSettingOption3
impl PartialEq for SmwSettingOption3
impl Copy for SmwSettingOption3
impl Eq for SmwSettingOption3
impl StructuralPartialEq for SmwSettingOption3
Auto Trait Implementations§
impl Freeze for SmwSettingOption3
impl RefUnwindSafe for SmwSettingOption3
impl Send for SmwSettingOption3
impl Sync for SmwSettingOption3
impl Unpin for SmwSettingOption3
impl UnwindSafe for SmwSettingOption3
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