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