Struct windows::Win32::System::Com::RemSTGMEDIUM
#[repr(C)]pub struct RemSTGMEDIUM {
pub tymed: u32,
pub dwHandleType: u32,
pub pData: u32,
pub pUnkForRelease: u32,
pub cbData: u32,
pub data: [u8; 1],
}
Fields§
§tymed: u32
§dwHandleType: u32
§pData: u32
§pUnkForRelease: u32
§cbData: u32
§data: [u8; 1]
Trait Implementations§
§impl Clone for RemSTGMEDIUM
impl Clone for RemSTGMEDIUM
§fn clone(&self) -> RemSTGMEDIUM
fn clone(&self) -> RemSTGMEDIUM
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for RemSTGMEDIUM
impl Debug for RemSTGMEDIUM
§impl Default for RemSTGMEDIUM
impl Default for RemSTGMEDIUM
§impl PartialEq for RemSTGMEDIUM
impl PartialEq for RemSTGMEDIUM
§fn eq(&self, other: &RemSTGMEDIUM) -> bool
fn eq(&self, other: &RemSTGMEDIUM) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RemSTGMEDIUM
impl Eq for RemSTGMEDIUM
impl StructuralPartialEq for RemSTGMEDIUM
Auto Trait Implementations§
impl Freeze for RemSTGMEDIUM
impl RefUnwindSafe for RemSTGMEDIUM
impl Send for RemSTGMEDIUM
impl Sync for RemSTGMEDIUM
impl Unpin for RemSTGMEDIUM
impl UnwindSafe for RemSTGMEDIUM
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)