Struct COR_SECATTR
#[repr(C)]pub struct COR_SECATTR {
pub tkCtor: u32,
pub pCustomAttribute: *const c_void,
pub cbCustomAttribute: u32,
}
Fields§
§tkCtor: u32
§pCustomAttribute: *const c_void
§cbCustomAttribute: u32
Trait Implementations§
§impl Clone for COR_SECATTR
impl Clone for COR_SECATTR
§fn clone(&self) -> COR_SECATTR
fn clone(&self) -> COR_SECATTR
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 COR_SECATTR
impl Debug for COR_SECATTR
§impl PartialEq for COR_SECATTR
impl PartialEq for COR_SECATTR
impl Copy for COR_SECATTR
impl StructuralPartialEq for COR_SECATTR
Auto Trait Implementations§
impl Freeze for COR_SECATTR
impl RefUnwindSafe for COR_SECATTR
impl !Send for COR_SECATTR
impl !Sync for COR_SECATTR
impl Unpin for COR_SECATTR
impl UnwindSafe for COR_SECATTR
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