#[repr(C)]pub struct IAccIdentity {
pub lpVtbl: *const IAccIdentityVtbl,
}
Fields§
§lpVtbl: *const IAccIdentityVtbl
Implementations§
Trait Implementations§
Source§impl Deref for IAccIdentity
impl Deref for IAccIdentity
Auto Trait Implementations§
impl Freeze for IAccIdentity
impl RefUnwindSafe for IAccIdentity
impl !Send for IAccIdentity
impl !Sync for IAccIdentity
impl Unpin for IAccIdentity
impl UnwindSafe for IAccIdentity
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