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