Struct CRYPT_OBJID_TABLE
#[repr(C)]pub struct CRYPT_OBJID_TABLE {
pub dwAlgId: u32,
pub pszObjId: PCSTR,
}
Fields§
§dwAlgId: u32
§pszObjId: PCSTR
Trait Implementations§
§impl Clone for CRYPT_OBJID_TABLE
impl Clone for CRYPT_OBJID_TABLE
§fn clone(&self) -> CRYPT_OBJID_TABLE
fn clone(&self) -> CRYPT_OBJID_TABLE
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 moreimpl Copy for CRYPT_OBJID_TABLE
Auto Trait Implementations§
impl Freeze for CRYPT_OBJID_TABLE
impl RefUnwindSafe for CRYPT_OBJID_TABLE
impl !Send for CRYPT_OBJID_TABLE
impl !Sync for CRYPT_OBJID_TABLE
impl Unpin for CRYPT_OBJID_TABLE
impl UnwindSafe for CRYPT_OBJID_TABLE
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