Struct windows_sys::Win32::System::Com::HYPER_SIZEDARR
[−]Expand description
Required features: "Win32_System_Com"
Fields
clSize: u32
pData: *mut i64
Trait Implementations
impl Clone for HYPER_SIZEDARR
impl Clone for HYPER_SIZEDARR
impl Copy for HYPER_SIZEDARR
Auto Trait Implementations
impl RefUnwindSafe for HYPER_SIZEDARR
impl !Send for HYPER_SIZEDARR
impl !Sync for HYPER_SIZEDARR
impl Unpin for HYPER_SIZEDARR
impl UnwindSafe for HYPER_SIZEDARR
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