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