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