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