#[repr(C)]pub struct tagRemSTGMEDIUM {
pub tymed: DWORD,
pub dwHandleType: DWORD,
pub pData: ULONG,
pub pUnkForRelease: ULONG,
pub cbData: ULONG,
pub data: [byte; 1],
}
Fields§
§tymed: DWORD
§dwHandleType: DWORD
§pData: ULONG
§pUnkForRelease: ULONG
§cbData: ULONG
§data: [byte; 1]
Trait Implementations§
Source§impl Clone for tagRemSTGMEDIUM
impl Clone for tagRemSTGMEDIUM
Source§fn clone(&self) -> tagRemSTGMEDIUM
fn clone(&self) -> tagRemSTGMEDIUM
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 moreSource§impl Debug for tagRemSTGMEDIUM
impl Debug for tagRemSTGMEDIUM
Source§impl Ord for tagRemSTGMEDIUM
impl Ord for tagRemSTGMEDIUM
Source§fn cmp(&self, other: &tagRemSTGMEDIUM) -> Ordering
fn cmp(&self, other: &tagRemSTGMEDIUM) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagRemSTGMEDIUM
impl PartialEq for tagRemSTGMEDIUM
Source§impl PartialOrd for tagRemSTGMEDIUM
impl PartialOrd for tagRemSTGMEDIUM
impl Copy for tagRemSTGMEDIUM
impl Eq for tagRemSTGMEDIUM
impl StructuralPartialEq for tagRemSTGMEDIUM
Auto Trait Implementations§
impl Freeze for tagRemSTGMEDIUM
impl RefUnwindSafe for tagRemSTGMEDIUM
impl Send for tagRemSTGMEDIUM
impl Sync for tagRemSTGMEDIUM
impl Unpin for tagRemSTGMEDIUM
impl UnwindSafe for tagRemSTGMEDIUM
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