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