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