#[repr(C)]pub struct IGuestDebugControl {
pub lpVtbl: *mut IGuestDebugControlVtbl,
}Fields§
§lpVtbl: *mut IGuestDebugControlVtblTrait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IGuestDebugControl
Auto Trait Implementations§
impl !Send for IGuestDebugControl
impl !Sync for IGuestDebugControl
impl Freeze for IGuestDebugControl
impl RefUnwindSafe for IGuestDebugControl
impl Unpin for IGuestDebugControl
impl UnsafeUnpin 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