Struct windows_sys::Win32::System::Com::userFLAG_STGMEDIUM
[−]#[repr(C)]pub struct userFLAG_STGMEDIUM {
pub ContextFlags: i32,
pub fPassOwnership: i32,
pub Stgmed: userSTGMEDIUM,
}
Expand description
Required features: "Win32_System_Com"
Fields
ContextFlags: i32
fPassOwnership: i32
Stgmed: userSTGMEDIUM
Trait Implementations
impl Clone for userFLAG_STGMEDIUM
impl Clone for userFLAG_STGMEDIUM
impl Copy for userFLAG_STGMEDIUM
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more