#[repr(C)]pub struct ACTRL_ACCESS_ENTRYA {
pub Trustee: TRUSTEE_A,
pub fAccessFlags: ULONG,
pub Access: ACCESS_RIGHTS,
pub ProvSpecificAccess: ACCESS_RIGHTS,
pub Inheritance: INHERIT_FLAGS,
pub lpInheritProperty: LPSTR,
}Fields§
§Trustee: TRUSTEE_A§fAccessFlags: ULONG§Access: ACCESS_RIGHTS§ProvSpecificAccess: ACCESS_RIGHTS§Inheritance: INHERIT_FLAGS§lpInheritProperty: LPSTRTrait Implementations§
Source§impl Clone for ACTRL_ACCESS_ENTRYA
impl Clone for ACTRL_ACCESS_ENTRYA
Source§fn clone(&self) -> ACTRL_ACCESS_ENTRYA
fn clone(&self) -> ACTRL_ACCESS_ENTRYA
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ACTRL_ACCESS_ENTRYA
Source§impl Default for ACTRL_ACCESS_ENTRYA
Available on crate feature impl-default only.
impl Default for ACTRL_ACCESS_ENTRYA
Available on crate feature
impl-default only.Source§fn default() -> ACTRL_ACCESS_ENTRYA
fn default() -> ACTRL_ACCESS_ENTRYA
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Send for ACTRL_ACCESS_ENTRYA
impl !Sync for ACTRL_ACCESS_ENTRYA
impl Freeze for ACTRL_ACCESS_ENTRYA
impl RefUnwindSafe for ACTRL_ACCESS_ENTRYA
impl Unpin for ACTRL_ACCESS_ENTRYA
impl UnsafeUnpin for ACTRL_ACCESS_ENTRYA
impl UnwindSafe for ACTRL_ACCESS_ENTRYA
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