#[repr(C)]pub struct ISupportAllowLowerTrustActivationVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut ISupportAllowLowerTrustActivation, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut ISupportAllowLowerTrustActivation) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut ISupportAllowLowerTrustActivation) -> ULONG>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut ISupportAllowLowerTrustActivation, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut ISupportAllowLowerTrustActivation) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut ISupportAllowLowerTrustActivation) -> ULONG>
Trait Implementations§
Source§impl Clone for ISupportAllowLowerTrustActivationVtbl
impl Clone for ISupportAllowLowerTrustActivationVtbl
Source§fn clone(&self) -> ISupportAllowLowerTrustActivationVtbl
fn clone(&self) -> ISupportAllowLowerTrustActivationVtbl
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 Ord for ISupportAllowLowerTrustActivationVtbl
impl Ord for ISupportAllowLowerTrustActivationVtbl
Source§fn cmp(&self, other: &ISupportAllowLowerTrustActivationVtbl) -> Ordering
fn cmp(&self, other: &ISupportAllowLowerTrustActivationVtbl) -> 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 ISupportAllowLowerTrustActivationVtbl
impl PartialEq for ISupportAllowLowerTrustActivationVtbl
Source§fn eq(&self, other: &ISupportAllowLowerTrustActivationVtbl) -> bool
fn eq(&self, other: &ISupportAllowLowerTrustActivationVtbl) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for ISupportAllowLowerTrustActivationVtbl
impl PartialOrd for ISupportAllowLowerTrustActivationVtbl
impl Copy for ISupportAllowLowerTrustActivationVtbl
impl Eq for ISupportAllowLowerTrustActivationVtbl
impl StructuralPartialEq for ISupportAllowLowerTrustActivationVtbl
Auto Trait Implementations§
impl Freeze for ISupportAllowLowerTrustActivationVtbl
impl RefUnwindSafe for ISupportAllowLowerTrustActivationVtbl
impl Send for ISupportAllowLowerTrustActivationVtbl
impl Sync for ISupportAllowLowerTrustActivationVtbl
impl Unpin for ISupportAllowLowerTrustActivationVtbl
impl UnwindSafe for ISupportAllowLowerTrustActivationVtbl
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