Struct windows_sys::Win32::Security::Authentication::Identity::SR_SECURITY_DESCRIPTOR
#[repr(C)]pub struct SR_SECURITY_DESCRIPTOR {
pub Length: u32,
pub SecurityDescriptor: *mut u8,
}
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§
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