Struct windows_sys::Win32::Storage::Imapi::SPropAttrArray
[−]Expand description
Required features: "Win32_Storage_Imapi"
Fields
cValues: u32
aPropAttr: [u32; 1]
Trait Implementations
impl Clone for SPropAttrArray
impl Clone for SPropAttrArray
impl Copy for SPropAttrArray
Auto Trait Implementations
impl RefUnwindSafe for SPropAttrArray
impl Send for SPropAttrArray
impl Sync for SPropAttrArray
impl Unpin for SPropAttrArray
impl UnwindSafe for SPropAttrArray
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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