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