#[repr(C)]pub struct IGuestDebugControl {
pub lpVtbl: *mut IGuestDebugControlVtbl,
}
Fields§
§lpVtbl: *mut IGuestDebugControlVtbl
Trait Implementations§
Source§impl Clone for IGuestDebugControl
impl Clone for IGuestDebugControl
Source§fn clone(&self) -> IGuestDebugControl
fn clone(&self) -> IGuestDebugControl
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IGuestDebugControl
impl Debug for IGuestDebugControl
impl Copy for IGuestDebugControl
Auto Trait Implementations§
impl Freeze for IGuestDebugControl
impl RefUnwindSafe for IGuestDebugControl
impl !Send for IGuestDebugControl
impl !Sync for IGuestDebugControl
impl Unpin for IGuestDebugControl
impl UnwindSafe for IGuestDebugControl
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