#[repr(C)]pub struct ISteamHTMLSurface {
pub vtable_: *const ISteamHTMLSurface__bindgen_vtable,
}Fields§
§vtable_: *const ISteamHTMLSurface__bindgen_vtableTrait Implementations§
Auto Trait Implementations§
impl Freeze for ISteamHTMLSurface
impl RefUnwindSafe for ISteamHTMLSurface
impl !Send for ISteamHTMLSurface
impl !Sync for ISteamHTMLSurface
impl Unpin for ISteamHTMLSurface
impl UnsafeUnpin for ISteamHTMLSurface
impl UnwindSafe for ISteamHTMLSurface
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