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