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