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