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