Struct STGMEDIUM
#[repr(C)]pub struct STGMEDIUM {
pub tymed: u32,
pub u: STGMEDIUM_0,
pub pUnkForRelease: *mut c_void,
}
Fields§
§tymed: u32
§u: STGMEDIUM_0
§pUnkForRelease: *mut c_void
Trait Implementations§
Auto Trait Implementations§
impl Freeze for STGMEDIUM
impl RefUnwindSafe for STGMEDIUM
impl !Send for STGMEDIUM
impl !Sync for STGMEDIUM
impl Unpin for STGMEDIUM
impl UnwindSafe for STGMEDIUM
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