#[repr(C)]pub struct ACTRL_PROPERTY_ENTRYA {
pub lpProperty: LPSTR,
pub pAccessEntryList: PACTRL_ACCESS_ENTRY_LISTA,
pub fListFlags: ULONG,
}
Fields§
§lpProperty: LPSTR
§pAccessEntryList: PACTRL_ACCESS_ENTRY_LISTA
§fListFlags: ULONG
Trait Implementations§
Source§impl Clone for ACTRL_PROPERTY_ENTRYA
impl Clone for ACTRL_PROPERTY_ENTRYA
Source§fn clone(&self) -> ACTRL_PROPERTY_ENTRYA
fn clone(&self) -> ACTRL_PROPERTY_ENTRYA
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 Default for ACTRL_PROPERTY_ENTRYA
impl Default for ACTRL_PROPERTY_ENTRYA
Source§fn default() -> ACTRL_PROPERTY_ENTRYA
fn default() -> ACTRL_PROPERTY_ENTRYA
Returns the “default value” for a type. Read more
impl Copy for ACTRL_PROPERTY_ENTRYA
Auto Trait Implementations§
impl Freeze for ACTRL_PROPERTY_ENTRYA
impl RefUnwindSafe for ACTRL_PROPERTY_ENTRYA
impl !Send for ACTRL_PROPERTY_ENTRYA
impl !Sync for ACTRL_PROPERTY_ENTRYA
impl Unpin for ACTRL_PROPERTY_ENTRYA
impl UnwindSafe for ACTRL_PROPERTY_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