#[repr(transparent)]pub struct Rlc(pub u32);Expand description
Reload Control
Tuple Fields§
§0: u32Implementations§
Source§impl Rlc
impl Rlc
Sourcepub const fn reload_shadows(&self) -> ReloadShadows
pub const fn reload_shadows(&self) -> ReloadShadows
Reload shadow registers
Sourcepub const fn set_reload_shadows(&mut self, val: ReloadShadows)
pub const fn set_reload_shadows(&mut self, val: ReloadShadows)
Reload shadow registers
Trait Implementations§
impl Copy for Rlc
impl Eq for Rlc
impl StructuralPartialEq for Rlc
Auto Trait Implementations§
impl Freeze for Rlc
impl RefUnwindSafe for Rlc
impl Send for Rlc
impl Sync for Rlc
impl Unpin for Rlc
impl UnwindSafe for Rlc
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