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