#[repr(C)]pub struct CLAIM_SECURITY_ATTRIBUTES_INFORMATION_Attribute(/* private fields */);
Implementations§
Source§impl CLAIM_SECURITY_ATTRIBUTES_INFORMATION_Attribute
impl CLAIM_SECURITY_ATTRIBUTES_INFORMATION_Attribute
pub unsafe fn pAttributeV1(&self) -> &PCLAIM_SECURITY_ATTRIBUTE_V1
pub unsafe fn pAttributeV1_mut(&mut self) -> &mut PCLAIM_SECURITY_ATTRIBUTE_V1
Trait Implementations§
Source§impl Clone for CLAIM_SECURITY_ATTRIBUTES_INFORMATION_Attribute
impl Clone for CLAIM_SECURITY_ATTRIBUTES_INFORMATION_Attribute
Source§fn clone(&self) -> CLAIM_SECURITY_ATTRIBUTES_INFORMATION_Attribute
fn clone(&self) -> CLAIM_SECURITY_ATTRIBUTES_INFORMATION_Attribute
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 CLAIM_SECURITY_ATTRIBUTES_INFORMATION_Attribute
Auto Trait Implementations§
impl Freeze for CLAIM_SECURITY_ATTRIBUTES_INFORMATION_Attribute
impl RefUnwindSafe for CLAIM_SECURITY_ATTRIBUTES_INFORMATION_Attribute
impl Send for CLAIM_SECURITY_ATTRIBUTES_INFORMATION_Attribute
impl Sync for CLAIM_SECURITY_ATTRIBUTES_INFORMATION_Attribute
impl Unpin for CLAIM_SECURITY_ATTRIBUTES_INFORMATION_Attribute
impl UnwindSafe for CLAIM_SECURITY_ATTRIBUTES_INFORMATION_Attribute
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