Struct windows::Win32::System::Com::userFLAG_STGMEDIUM
#[repr(C)]pub struct userFLAG_STGMEDIUM {
pub ContextFlags: i32,
pub fPassOwnership: i32,
pub Stgmed: userSTGMEDIUM,
}
Fields§
§ContextFlags: i32
§fPassOwnership: i32
§Stgmed: userSTGMEDIUM
Trait Implementations§
§impl Clone for userFLAG_STGMEDIUM
impl Clone for userFLAG_STGMEDIUM
Auto Trait Implementations§
impl Freeze for userFLAG_STGMEDIUM
impl RefUnwindSafe for userFLAG_STGMEDIUM
impl !Send for userFLAG_STGMEDIUM
impl !Sync for userFLAG_STGMEDIUM
impl Unpin for userFLAG_STGMEDIUM
impl UnwindSafe for userFLAG_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
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
)