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