Struct Pageprot0
#[repr(transparent)]pub struct Pageprot0(pub u32);Expand description
PAGEPROT0 register.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Pageprot0
impl Eq for Pageprot0
impl StructuralPartialEq for Pageprot0
Auto Trait Implementations§
impl Freeze for Pageprot0
impl RefUnwindSafe for Pageprot0
impl Send for Pageprot0
impl Sync for Pageprot0
impl Unpin for Pageprot0
impl UnwindSafe for Pageprot0
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