#[repr(C)]pub struct CERT_FORTEZZA_DATA_PROP {
pub SerialNumber: [c_uchar; 8],
pub CertIndex: c_int,
pub CertLabel: [c_uchar; 36],
}
Fields§
§SerialNumber: [c_uchar; 8]
§CertIndex: c_int
§CertLabel: [c_uchar; 36]
Trait Implementations§
Source§impl Clone for CERT_FORTEZZA_DATA_PROP
impl Clone for CERT_FORTEZZA_DATA_PROP
Source§fn clone(&self) -> CERT_FORTEZZA_DATA_PROP
fn clone(&self) -> CERT_FORTEZZA_DATA_PROP
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 Default for CERT_FORTEZZA_DATA_PROP
impl Default for CERT_FORTEZZA_DATA_PROP
Source§fn default() -> CERT_FORTEZZA_DATA_PROP
fn default() -> CERT_FORTEZZA_DATA_PROP
Returns the “default value” for a type. Read more
impl Copy for CERT_FORTEZZA_DATA_PROP
Auto Trait Implementations§
impl Freeze for CERT_FORTEZZA_DATA_PROP
impl RefUnwindSafe for CERT_FORTEZZA_DATA_PROP
impl Send for CERT_FORTEZZA_DATA_PROP
impl Sync for CERT_FORTEZZA_DATA_PROP
impl Unpin for CERT_FORTEZZA_DATA_PROP
impl UnwindSafe for CERT_FORTEZZA_DATA_PROP
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