#[repr(C)]pub struct IAuthenticateEx {
pub lpVtbl: *mut IAuthenticateExVtbl,
}Fields§
§lpVtbl: *mut IAuthenticateExVtblTrait Implementations§
Source§impl Clone for IAuthenticateEx
impl Clone for IAuthenticateEx
Source§fn clone(&self) -> IAuthenticateEx
fn clone(&self) -> IAuthenticateEx
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IAuthenticateEx
Auto Trait Implementations§
impl !Send for IAuthenticateEx
impl !Sync for IAuthenticateEx
impl Freeze for IAuthenticateEx
impl RefUnwindSafe for IAuthenticateEx
impl Unpin for IAuthenticateEx
impl UnsafeUnpin 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