#[repr(C)]pub struct ADS_NT_SECURITY_DESCRIPTOR {
pub dwLength: u32,
pub lpValue: *mut u8,
}
Fields§
§dwLength: u32
§lpValue: *mut u8
Trait Implementations§
§impl Clone for ADS_NT_SECURITY_DESCRIPTOR
impl Clone for ADS_NT_SECURITY_DESCRIPTOR
impl Copy for ADS_NT_SECURITY_DESCRIPTOR
Auto Trait Implementations§
impl RefUnwindSafe for ADS_NT_SECURITY_DESCRIPTOR
impl !Send for ADS_NT_SECURITY_DESCRIPTOR
impl !Sync for ADS_NT_SECURITY_DESCRIPTOR
impl Unpin for ADS_NT_SECURITY_DESCRIPTOR
impl UnwindSafe for ADS_NT_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