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