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