#[repr(C, packed(1))]pub struct EXP_PROPERTYSTORAGE {
pub cbSize: u32,
pub dwSignature: u32,
pub abPropertyStorage: [u8; 1],
}
Fields§
§cbSize: u32
§dwSignature: u32
§abPropertyStorage: [u8; 1]
Trait Implementations§
Source§impl Abi for EXP_PROPERTYSTORAGE
impl Abi for EXP_PROPERTYSTORAGE
Source§type Abi = EXP_PROPERTYSTORAGE
type Abi = EXP_PROPERTYSTORAGE
The abi representation of the implementing type. Read more
type DefaultType = EXP_PROPERTYSTORAGE
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.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.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for EXP_PROPERTYSTORAGE
impl Clone for EXP_PROPERTYSTORAGE
Source§fn clone(&self) -> EXP_PROPERTYSTORAGE
fn clone(&self) -> EXP_PROPERTYSTORAGE
Returns a copy 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 PartialEq for EXP_PROPERTYSTORAGE
impl PartialEq for EXP_PROPERTYSTORAGE
impl Copy for EXP_PROPERTYSTORAGE
impl Eq for EXP_PROPERTYSTORAGE
Auto Trait Implementations§
impl Freeze for EXP_PROPERTYSTORAGE
impl RefUnwindSafe for EXP_PROPERTYSTORAGE
impl Send for EXP_PROPERTYSTORAGE
impl Sync for EXP_PROPERTYSTORAGE
impl Unpin for EXP_PROPERTYSTORAGE
impl UnwindSafe for EXP_PROPERTYSTORAGE
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