Struct CERT_KEY_SPEC
#[repr(transparent)]pub struct CERT_KEY_SPEC(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
§impl Clone for CERT_KEY_SPEC
impl Clone for CERT_KEY_SPEC
§fn clone(&self) -> CERT_KEY_SPEC
fn clone(&self) -> CERT_KEY_SPEC
Returns a copy 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 more§impl Debug for CERT_KEY_SPEC
impl Debug for CERT_KEY_SPEC
§impl Default for CERT_KEY_SPEC
impl Default for CERT_KEY_SPEC
§fn default() -> CERT_KEY_SPEC
fn default() -> CERT_KEY_SPEC
Returns the “default value” for a type. Read more
§impl PartialEq for CERT_KEY_SPEC
impl PartialEq for CERT_KEY_SPEC
impl Copy for CERT_KEY_SPEC
impl Eq for CERT_KEY_SPEC
impl StructuralPartialEq for CERT_KEY_SPEC
Auto Trait Implementations§
impl Freeze for CERT_KEY_SPEC
impl RefUnwindSafe for CERT_KEY_SPEC
impl Send for CERT_KEY_SPEC
impl Sync for CERT_KEY_SPEC
impl Unpin for CERT_KEY_SPEC
impl UnwindSafe for CERT_KEY_SPEC
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