Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
Length: u32
SecurityDescriptor: *mut u8
Trait Implementations
impl Clone for SR_SECURITY_DESCRIPTOR
impl Clone for SR_SECURITY_DESCRIPTOR
impl Copy for SR_SECURITY_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for SR_SECURITY_DESCRIPTOR
impl !Send for SR_SECURITY_DESCRIPTOR
impl !Sync for SR_SECURITY_DESCRIPTOR
impl Unpin for SR_SECURITY_DESCRIPTOR
impl UnwindSafe for SR_SECURITY_DESCRIPTOR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more