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