#[repr(C)]pub struct tagSTGMEDIUM {
pub tymed: DWORD,
pub __bindgen_anon_1: tagSTGMEDIUM__bindgen_ty_1,
pub pUnkForRelease: *mut IUnknown,
}
Fields§
§tymed: DWORD
§__bindgen_anon_1: tagSTGMEDIUM__bindgen_ty_1
§pUnkForRelease: *mut IUnknown
Trait Implementations§
Source§impl Clone for tagSTGMEDIUM
impl Clone for tagSTGMEDIUM
Source§fn clone(&self) -> tagSTGMEDIUM
fn clone(&self) -> tagSTGMEDIUM
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 moreimpl Copy for tagSTGMEDIUM
Auto Trait Implementations§
impl Freeze for tagSTGMEDIUM
impl RefUnwindSafe for tagSTGMEDIUM
impl !Send for tagSTGMEDIUM
impl !Sync for tagSTGMEDIUM
impl Unpin for tagSTGMEDIUM
impl UnwindSafe for tagSTGMEDIUM
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