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