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