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