#[repr(transparent)]pub struct RSmwQuery(pub u32);Expand description
BIST SMW Query Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for RSmwQuery
impl Eq for RSmwQuery
impl StructuralPartialEq for RSmwQuery
Auto Trait Implementations§
impl Freeze for RSmwQuery
impl RefUnwindSafe for RSmwQuery
impl Send for RSmwQuery
impl Sync for RSmwQuery
impl Unpin for RSmwQuery
impl UnwindSafe for RSmwQuery
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