#[repr(C)]pub struct INoteVisibilityChangedPreviewEventArgs_Vtbl {
pub base__: IInspectable_Vtbl,
pub ViewId: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub IsVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ViewId: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§IsVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for INoteVisibilityChangedPreviewEventArgs_Vtbl
impl RefUnwindSafe for INoteVisibilityChangedPreviewEventArgs_Vtbl
impl Send for INoteVisibilityChangedPreviewEventArgs_Vtbl
impl Sync for INoteVisibilityChangedPreviewEventArgs_Vtbl
impl Unpin for INoteVisibilityChangedPreviewEventArgs_Vtbl
impl UnwindSafe for INoteVisibilityChangedPreviewEventArgs_Vtbl
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