#[repr(C)]pub struct Rlar(pub u32);
Expand description
Region Limit Address Register description
Tuple Fields§
§0: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rlar
impl RefUnwindSafe for Rlar
impl Send for Rlar
impl Sync for Rlar
impl Unpin for Rlar
impl UnwindSafe for Rlar
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