#[repr(C)]pub struct SecurityAttributes {
pub length: DWORD,
pub security_descriptor: LPVOID,
pub inherit_handle: BOOL,
}Fields§
§length: DWORD§security_descriptor: LPVOID§inherit_handle: BOOLImplementations§
Auto Trait Implementations§
impl !Send for SecurityAttributes
impl !Sync for SecurityAttributes
impl Freeze for SecurityAttributes
impl RefUnwindSafe for SecurityAttributes
impl Unpin for SecurityAttributes
impl UnsafeUnpin for SecurityAttributes
impl UnwindSafe for SecurityAttributes
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