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