#[repr(C)]pub struct CERT_OTHER_NAME {
pub pszObjId: LPSTR,
pub Value: CRYPT_OBJID_BLOB,
}Fields§
§pszObjId: LPSTR§Value: CRYPT_OBJID_BLOBTrait Implementations§
Source§impl Clone for CERT_OTHER_NAME
impl Clone for CERT_OTHER_NAME
Source§fn clone(&self) -> CERT_OTHER_NAME
fn clone(&self) -> CERT_OTHER_NAME
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CERT_OTHER_NAME
Source§impl Default for CERT_OTHER_NAME
Available on crate feature impl-default only.
impl Default for CERT_OTHER_NAME
Available on crate feature
impl-default only.Source§fn default() -> CERT_OTHER_NAME
fn default() -> CERT_OTHER_NAME
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Send for CERT_OTHER_NAME
impl !Sync for CERT_OTHER_NAME
impl Freeze for CERT_OTHER_NAME
impl RefUnwindSafe for CERT_OTHER_NAME
impl Unpin for CERT_OTHER_NAME
impl UnsafeUnpin for CERT_OTHER_NAME
impl UnwindSafe for CERT_OTHER_NAME
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