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