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