#[repr(C)]pub struct ACTRL_ACCESS_ENTRYW {
pub Trustee: TRUSTEE_W,
pub fAccessFlags: ACTRL_ACCESS_ENTRYA_fAccessFlags,
pub Access: u32,
pub ProvSpecificAccess: u32,
pub Inheritance: AddAuditAccess_AceFlags,
pub lpInheritProperty: PWSTR,
}Fields§
§Trustee: TRUSTEE_W§fAccessFlags: ACTRL_ACCESS_ENTRYA_fAccessFlags§Access: u32§ProvSpecificAccess: u32§Inheritance: AddAuditAccess_AceFlags§lpInheritProperty: PWSTRTrait Implementations§
Source§impl Abi for ACTRL_ACCESS_ENTRYW
impl Abi for ACTRL_ACCESS_ENTRYW
Source§type Abi = ACTRL_ACCESS_ENTRYW
type Abi = ACTRL_ACCESS_ENTRYW
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 ACTRL_ACCESS_ENTRYW
impl Clone for ACTRL_ACCESS_ENTRYW
Source§fn clone(&self) -> ACTRL_ACCESS_ENTRYW
fn clone(&self) -> ACTRL_ACCESS_ENTRYW
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 ACTRL_ACCESS_ENTRYW
impl Debug for ACTRL_ACCESS_ENTRYW
Source§impl Default for ACTRL_ACCESS_ENTRYW
impl Default for ACTRL_ACCESS_ENTRYW
Source§impl PartialEq for ACTRL_ACCESS_ENTRYW
impl PartialEq for ACTRL_ACCESS_ENTRYW
impl Copy for ACTRL_ACCESS_ENTRYW
impl Eq for ACTRL_ACCESS_ENTRYW
Auto Trait Implementations§
impl Freeze for ACTRL_ACCESS_ENTRYW
impl RefUnwindSafe for ACTRL_ACCESS_ENTRYW
impl !Send for ACTRL_ACCESS_ENTRYW
impl !Sync for ACTRL_ACCESS_ENTRYW
impl Unpin for ACTRL_ACCESS_ENTRYW
impl UnwindSafe for ACTRL_ACCESS_ENTRYW
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