#[repr(C)]pub struct _userFLAG_STGMEDIUM {
pub ContextFlags: LONG,
pub fPassOwnership: LONG,
pub Stgmed: userSTGMEDIUM,
}Fields§
§ContextFlags: LONG§fPassOwnership: LONG§Stgmed: userSTGMEDIUMTrait Implementations§
Source§impl Clone for _userFLAG_STGMEDIUM
impl Clone for _userFLAG_STGMEDIUM
Source§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 moreSource§impl Debug for _userFLAG_STGMEDIUM
impl Debug for _userFLAG_STGMEDIUM
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