Struct CRYPT_ATTRIBUTES
#[repr(C)]pub struct CRYPT_ATTRIBUTES {
pub cAttr: u32,
pub rgAttr: *mut CRYPT_ATTRIBUTE,
}
Fields§
§cAttr: u32
§rgAttr: *mut CRYPT_ATTRIBUTE
Trait Implementations§
§impl Clone for CRYPT_ATTRIBUTES
impl Clone for CRYPT_ATTRIBUTES
§fn clone(&self) -> CRYPT_ATTRIBUTES
fn clone(&self) -> CRYPT_ATTRIBUTES
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_ATTRIBUTES
Auto Trait Implementations§
impl Freeze for CRYPT_ATTRIBUTES
impl RefUnwindSafe for CRYPT_ATTRIBUTES
impl !Send for CRYPT_ATTRIBUTES
impl !Sync for CRYPT_ATTRIBUTES
impl Unpin for CRYPT_ATTRIBUTES
impl UnwindSafe for CRYPT_ATTRIBUTES
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