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