#[repr(C)]pub struct IAuthenticate {
pub lpVtbl: *mut IAuthenticateVtbl,
}Fields§
§lpVtbl: *mut IAuthenticateVtblTrait Implementations§
Source§impl Clone for IAuthenticate
impl Clone for IAuthenticate
Source§fn clone(&self) -> IAuthenticate
fn clone(&self) -> IAuthenticate
Returns a duplicate 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
impl Copy 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