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