#[repr(C)]pub struct _userSTGMEDIUM {
pub __bindgen_padding_0: [u64; 2],
pub pUnkForRelease: *mut IUnknown,
}
Fields§
§__bindgen_padding_0: [u64; 2]
§pUnkForRelease: *mut IUnknown
Trait Implementations§
Source§impl Clone for _userSTGMEDIUM
impl Clone for _userSTGMEDIUM
Source§fn clone(&self) -> _userSTGMEDIUM
fn clone(&self) -> _userSTGMEDIUM
Returns a copy 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 _userSTGMEDIUM
impl Debug for _userSTGMEDIUM
Source§impl Ord for _userSTGMEDIUM
impl Ord for _userSTGMEDIUM
Source§fn cmp(&self, other: &_userSTGMEDIUM) -> Ordering
fn cmp(&self, other: &_userSTGMEDIUM) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _userSTGMEDIUM
impl PartialEq for _userSTGMEDIUM
Source§impl PartialOrd for _userSTGMEDIUM
impl PartialOrd for _userSTGMEDIUM
impl Copy for _userSTGMEDIUM
impl Eq for _userSTGMEDIUM
impl StructuralPartialEq for _userSTGMEDIUM
Auto Trait Implementations§
impl Freeze for _userSTGMEDIUM
impl RefUnwindSafe for _userSTGMEDIUM
impl !Send for _userSTGMEDIUM
impl !Sync for _userSTGMEDIUM
impl Unpin for _userSTGMEDIUM
impl UnwindSafe for _userSTGMEDIUM
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