Struct EXP_PROPERTYSTORAGE
#[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§
§impl Clone for EXP_PROPERTYSTORAGE
impl Clone for EXP_PROPERTYSTORAGE
§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 moreimpl Copy 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