pub struct Cpacr(pub u32);Expand description
CPACR (Architectural Feature Access Control Register)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl SysRegRead for Cpacr
impl SysRegRead for Cpacr
Source§impl SysRegWrite for Cpacr
impl SysRegWrite for Cpacr
impl Copy for Cpacr
Auto Trait Implementations§
impl Freeze for Cpacr
impl RefUnwindSafe for Cpacr
impl Send for Cpacr
impl Sync for Cpacr
impl Unpin for Cpacr
impl UnwindSafe for Cpacr
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