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