Struct windows_sys::Win32::System::Com::SHORT_SIZEDARR
[−]Expand description
Required features: ‘Win32_System_Com’
Fields
clSize: u32
pData: *mut u16
Trait Implementations
impl Clone for SHORT_SIZEDARR
impl Clone for SHORT_SIZEDARR
impl Copy for SHORT_SIZEDARR
Auto Trait Implementations
impl RefUnwindSafe for SHORT_SIZEDARR
impl !Send for SHORT_SIZEDARR
impl !Sync for SHORT_SIZEDARR
impl Unpin for SHORT_SIZEDARR
impl UnwindSafe for SHORT_SIZEDARR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more