#[repr(transparent)]pub struct NxpDevicePrivateKey(pub u32);Expand description
no description available
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for NxpDevicePrivateKey
impl Clone for NxpDevicePrivateKey
Source§fn clone(&self) -> NxpDevicePrivateKey
fn clone(&self) -> NxpDevicePrivateKey
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NxpDevicePrivateKey
impl Debug for NxpDevicePrivateKey
Source§impl Default for NxpDevicePrivateKey
impl Default for NxpDevicePrivateKey
Source§fn default() -> NxpDevicePrivateKey
fn default() -> NxpDevicePrivateKey
Returns the “default value” for a type. Read more
Source§impl PartialEq for NxpDevicePrivateKey
impl PartialEq for NxpDevicePrivateKey
impl Copy for NxpDevicePrivateKey
impl Eq for NxpDevicePrivateKey
impl StructuralPartialEq for NxpDevicePrivateKey
Auto Trait Implementations§
impl Freeze for NxpDevicePrivateKey
impl RefUnwindSafe for NxpDevicePrivateKey
impl Send for NxpDevicePrivateKey
impl Sync for NxpDevicePrivateKey
impl Unpin for NxpDevicePrivateKey
impl UnwindSafe for NxpDevicePrivateKey
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