#[repr(C)]pub struct _REMSECURITY_ATTRIBUTES {
pub nLength: DWORD,
pub lpSecurityDescriptor: DWORD,
pub bInheritHandle: BOOL,
}Fields§
§nLength: DWORD§lpSecurityDescriptor: DWORD§bInheritHandle: BOOLTrait Implementations§
Source§impl Clone for _REMSECURITY_ATTRIBUTES
impl Clone for _REMSECURITY_ATTRIBUTES
Source§fn clone(&self) -> _REMSECURITY_ATTRIBUTES
fn clone(&self) -> _REMSECURITY_ATTRIBUTES
Returns a duplicate 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 moreSource§impl Debug for _REMSECURITY_ATTRIBUTES
impl Debug for _REMSECURITY_ATTRIBUTES
impl Copy for _REMSECURITY_ATTRIBUTES
Auto Trait Implementations§
impl Freeze for _REMSECURITY_ATTRIBUTES
impl RefUnwindSafe for _REMSECURITY_ATTRIBUTES
impl Send for _REMSECURITY_ATTRIBUTES
impl Sync for _REMSECURITY_ATTRIBUTES
impl Unpin for _REMSECURITY_ATTRIBUTES
impl UnwindSafe for _REMSECURITY_ATTRIBUTES
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