Struct win_sys::SECURITY_ATTRIBUTES
source · [−]#[repr(C)]pub struct SECURITY_ATTRIBUTES {
pub nLength: u32,
pub lpSecurityDescriptor: *mut c_void,
pub bInheritHandle: BOOL,
}Expand description
Required features: ‘Win32_Security’, ‘Win32_Foundation’
Fields
nLength: u32lpSecurityDescriptor: *mut c_voidbInheritHandle: BOOLTrait Implementations
sourceimpl Clone for SECURITY_ATTRIBUTES
impl Clone for SECURITY_ATTRIBUTES
sourcepub fn clone(&self) -> SECURITY_ATTRIBUTES
pub fn clone(&self) -> SECURITY_ATTRIBUTES
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SECURITY_ATTRIBUTES
impl Debug for SECURITY_ATTRIBUTES
sourceimpl Default for SECURITY_ATTRIBUTES
impl Default for SECURITY_ATTRIBUTES
sourcepub fn default() -> SECURITY_ATTRIBUTES
pub fn default() -> SECURITY_ATTRIBUTES
Returns the “default value” for a type. Read more
impl Copy for SECURITY_ATTRIBUTES
impl Eq for SECURITY_ATTRIBUTES
Auto Trait Implementations
impl RefUnwindSafe for SECURITY_ATTRIBUTES
impl !Send for SECURITY_ATTRIBUTES
impl !Sync for SECURITY_ATTRIBUTES
impl Unpin for SECURITY_ATTRIBUTES
impl UnwindSafe for SECURITY_ATTRIBUTES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more