#[repr(C)]pub struct ACTRL_ACCESS_ENTRY_LISTW {
pub cEntries: u32,
pub pAccessList: *mut ACTRL_ACCESS_ENTRYW,
}Fields§
§cEntries: u32§pAccessList: *mut ACTRL_ACCESS_ENTRYWTrait Implementations§
Source§impl Abi for ACTRL_ACCESS_ENTRY_LISTW
impl Abi for ACTRL_ACCESS_ENTRY_LISTW
Source§type Abi = ACTRL_ACCESS_ENTRY_LISTW
type Abi = ACTRL_ACCESS_ENTRY_LISTW
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_ENTRY_LISTW
impl Clone for ACTRL_ACCESS_ENTRY_LISTW
Source§fn clone(&self) -> ACTRL_ACCESS_ENTRY_LISTW
fn clone(&self) -> ACTRL_ACCESS_ENTRY_LISTW
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_ENTRY_LISTW
impl Debug for ACTRL_ACCESS_ENTRY_LISTW
Source§impl Default for ACTRL_ACCESS_ENTRY_LISTW
impl Default for ACTRL_ACCESS_ENTRY_LISTW
Source§impl PartialEq for ACTRL_ACCESS_ENTRY_LISTW
impl PartialEq for ACTRL_ACCESS_ENTRY_LISTW
impl Copy for ACTRL_ACCESS_ENTRY_LISTW
impl Eq for ACTRL_ACCESS_ENTRY_LISTW
Auto Trait Implementations§
impl Freeze for ACTRL_ACCESS_ENTRY_LISTW
impl RefUnwindSafe for ACTRL_ACCESS_ENTRY_LISTW
impl !Send for ACTRL_ACCESS_ENTRY_LISTW
impl !Sync for ACTRL_ACCESS_ENTRY_LISTW
impl Unpin for ACTRL_ACCESS_ENTRY_LISTW
impl UnwindSafe for ACTRL_ACCESS_ENTRY_LISTW
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