#[repr(transparent)]pub struct Updatelckout(pub u32);Expand description
update lock out control
Tuple Fields§
§0: u32Implementations§
Source§impl Updatelckout
impl Updatelckout
Sourcepub const fn updatelckout(&self) -> Updatelckout
pub const fn updatelckout(&self) -> Updatelckout
All Registers
Sourcepub const fn set_updatelckout(&mut self, val: Updatelckout)
pub const fn set_updatelckout(&mut self, val: Updatelckout)
All Registers
Trait Implementations§
Source§impl Clone for Updatelckout
impl Clone for Updatelckout
Source§fn clone(&self) -> Updatelckout
fn clone(&self) -> Updatelckout
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 Updatelckout
impl Debug for Updatelckout
Source§impl Default for Updatelckout
impl Default for Updatelckout
Source§fn default() -> Updatelckout
fn default() -> Updatelckout
Returns the “default value” for a type. Read more
Source§impl PartialEq for Updatelckout
impl PartialEq for Updatelckout
impl Copy for Updatelckout
impl Eq for Updatelckout
impl StructuralPartialEq for Updatelckout
Auto Trait Implementations§
impl Freeze for Updatelckout
impl RefUnwindSafe for Updatelckout
impl Send for Updatelckout
impl Sync for Updatelckout
impl Unpin for Updatelckout
impl UnwindSafe for Updatelckout
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