#[repr(transparent)]pub struct Rren(pub u32);
Expand description
Enable register for reload request registers
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Rren
impl Eq for Rren
impl StructuralPartialEq for Rren
Auto Trait Implementations§
impl Freeze for Rren
impl RefUnwindSafe for Rren
impl Send for Rren
impl Sync for Rren
impl Unpin for Rren
impl UnwindSafe for Rren
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)