pub struct PL310ERRR { /* private fields */ }
Available on crate feature
intc
only.Expand description
Value of the field
Implementations§
Auto Trait Implementations§
impl Freeze for PL310ERRR
impl RefUnwindSafe for PL310ERRR
impl Send for PL310ERRR
impl Sync for PL310ERRR
impl Unpin for PL310ERRR
impl UnwindSafe for PL310ERRR
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