Struct userFLAG_STGMEDIUM
#[repr(C)]pub struct userFLAG_STGMEDIUM {
pub ContextFlags: i32,
pub fPassOwnership: i32,
pub Stgmed: userSTGMEDIUM,
}Fields§
§ContextFlags: i32§fPassOwnership: i32§Stgmed: userSTGMEDIUMTrait Implementations§
§impl Clone for userFLAG_STGMEDIUM
impl Clone for userFLAG_STGMEDIUM
§fn clone(&self) -> userFLAG_STGMEDIUM
fn clone(&self) -> userFLAG_STGMEDIUM
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 more§impl Default for userFLAG_STGMEDIUM
Available on crate features Win32_Graphics_Gdi and Win32_System_SystemServices only.
impl Default for userFLAG_STGMEDIUM
Available on crate features
Win32_Graphics_Gdi and Win32_System_SystemServices only.impl Copy 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