#[repr(C)]pub struct ICoreDragUIOverride_Vtbl {
pub base__: IInspectable_Vtbl,
pub SetContentFromSoftwareBitmap: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetContentFromSoftwareBitmapWithAnchorPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Point) -> HRESULT,
pub IsContentVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsContentVisible: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub Caption: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetCaption: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub IsCaptionVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsCaptionVisible: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub IsGlyphVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsGlyphVisible: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub Clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SetContentFromSoftwareBitmap: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetContentFromSoftwareBitmapWithAnchorPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Point) -> HRESULT
§IsContentVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsContentVisible: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§Caption: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetCaption: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§IsCaptionVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsCaptionVisible: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§IsGlyphVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsGlyphVisible: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§Clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICoreDragUIOverride_Vtbl
impl RefUnwindSafe for ICoreDragUIOverride_Vtbl
impl Send for ICoreDragUIOverride_Vtbl
impl Sync for ICoreDragUIOverride_Vtbl
impl Unpin for ICoreDragUIOverride_Vtbl
impl UnwindSafe for ICoreDragUIOverride_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