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