#[repr(C)]pub struct CONFIRMSAFETY {
pub clsid: CLSID,
pub pUnk: *mut IUnknown,
pub dwFlags: DWORD,
}
Fields§
§clsid: CLSID
§pUnk: *mut IUnknown
§dwFlags: DWORD
Trait Implementations§
Source§impl Clone for CONFIRMSAFETY
impl Clone for CONFIRMSAFETY
Source§fn clone(&self) -> CONFIRMSAFETY
fn clone(&self) -> CONFIRMSAFETY
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 CONFIRMSAFETY
impl Debug for CONFIRMSAFETY
Source§impl Ord for CONFIRMSAFETY
impl Ord for CONFIRMSAFETY
Source§fn cmp(&self, other: &CONFIRMSAFETY) -> Ordering
fn cmp(&self, other: &CONFIRMSAFETY) -> 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 CONFIRMSAFETY
impl PartialEq for CONFIRMSAFETY
Source§impl PartialOrd for CONFIRMSAFETY
impl PartialOrd for CONFIRMSAFETY
impl Copy for CONFIRMSAFETY
impl Eq for CONFIRMSAFETY
impl StructuralPartialEq for CONFIRMSAFETY
Auto Trait Implementations§
impl Freeze for CONFIRMSAFETY
impl RefUnwindSafe for CONFIRMSAFETY
impl !Send for CONFIRMSAFETY
impl !Sync for CONFIRMSAFETY
impl Unpin for CONFIRMSAFETY
impl UnwindSafe for CONFIRMSAFETY
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