#[repr(C)]pub struct ACTRL_PROPERTY_ENTRYW {
pub lpProperty: PWSTR,
pub pAccessEntryList: *mut ACTRL_ACCESS_ENTRY_LISTW,
pub fListFlags: u32,
}Fields§
§lpProperty: PWSTR§pAccessEntryList: *mut ACTRL_ACCESS_ENTRY_LISTW§fListFlags: u32Trait Implementations§
Source§impl Abi for ACTRL_PROPERTY_ENTRYW
impl Abi for ACTRL_PROPERTY_ENTRYW
Source§type Abi = ACTRL_PROPERTY_ENTRYW
type Abi = ACTRL_PROPERTY_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_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 Debug for ACTRL_PROPERTY_ENTRYW
impl Debug for ACTRL_PROPERTY_ENTRYW
Source§impl Default for ACTRL_PROPERTY_ENTRYW
impl Default for ACTRL_PROPERTY_ENTRYW
Source§impl PartialEq for ACTRL_PROPERTY_ENTRYW
impl PartialEq for ACTRL_PROPERTY_ENTRYW
impl Copy for ACTRL_PROPERTY_ENTRYW
impl Eq 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