#[repr(C)]pub struct REMSECURITY_ATTRIBUTES {
pub nLength: u32,
pub lpSecurityDescriptor: u32,
pub bInheritHandle: BOOL,
}Fields§
§nLength: u32§lpSecurityDescriptor: u32§bInheritHandle: BOOLTrait Implementations§
Source§impl Abi for REMSECURITY_ATTRIBUTES
impl Abi for REMSECURITY_ATTRIBUTES
Source§type Abi = REMSECURITY_ATTRIBUTES
type Abi = REMSECURITY_ATTRIBUTES
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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
Source§impl Default for REMSECURITY_ATTRIBUTES
impl Default for REMSECURITY_ATTRIBUTES
Source§impl PartialEq for REMSECURITY_ATTRIBUTES
impl PartialEq for REMSECURITY_ATTRIBUTES
impl Copy for REMSECURITY_ATTRIBUTES
impl Eq 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