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