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