#[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 duplicate 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
impl Copy 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