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