#[repr(C)]pub struct ISupportAllowLowerTrustActivation {
pub lpVtbl: *mut ISupportAllowLowerTrustActivationVtbl,
}
Fields§
§lpVtbl: *mut ISupportAllowLowerTrustActivationVtbl
Trait Implementations§
Source§impl Clone for ISupportAllowLowerTrustActivation
impl Clone for ISupportAllowLowerTrustActivation
Source§fn clone(&self) -> ISupportAllowLowerTrustActivation
fn clone(&self) -> ISupportAllowLowerTrustActivation
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 ISupportAllowLowerTrustActivation
impl Ord for ISupportAllowLowerTrustActivation
Source§fn cmp(&self, other: &ISupportAllowLowerTrustActivation) -> Ordering
fn cmp(&self, other: &ISupportAllowLowerTrustActivation) -> 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 ISupportAllowLowerTrustActivation
impl PartialEq for ISupportAllowLowerTrustActivation
Source§fn eq(&self, other: &ISupportAllowLowerTrustActivation) -> bool
fn eq(&self, other: &ISupportAllowLowerTrustActivation) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for ISupportAllowLowerTrustActivation
impl PartialOrd for ISupportAllowLowerTrustActivation
impl Copy for ISupportAllowLowerTrustActivation
impl Eq for ISupportAllowLowerTrustActivation
impl StructuralPartialEq for ISupportAllowLowerTrustActivation
Auto Trait Implementations§
impl Freeze for ISupportAllowLowerTrustActivation
impl RefUnwindSafe for ISupportAllowLowerTrustActivation
impl !Send for ISupportAllowLowerTrustActivation
impl !Sync for ISupportAllowLowerTrustActivation
impl Unpin for ISupportAllowLowerTrustActivation
impl UnwindSafe for ISupportAllowLowerTrustActivation
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