Struct windows_sys::Win32::UI::Shell::EXP_PROPERTYSTORAGE
[−]#[repr(C, packed(1))]pub struct EXP_PROPERTYSTORAGE {
pub cbSize: u32,
pub dwSignature: u32,
pub abPropertyStorage: [u8; 1],
}
Expand description
Required features: "Win32_UI_Shell"
Fields
cbSize: u32
dwSignature: u32
abPropertyStorage: [u8; 1]
Trait Implementations
impl Clone for EXP_PROPERTYSTORAGE
impl Clone for EXP_PROPERTYSTORAGE
impl Copy for EXP_PROPERTYSTORAGE
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more