Struct IPrintTaskOptionDetails_Vtbl
#[repr(C)]pub struct IPrintTaskOptionDetails_Vtbl {
pub base__: IInspectable_Vtbl,
pub Options: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateItemListOption: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateTextOption: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub OptionChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveOptionChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub BeginValidation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveBeginValidation: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Options: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§CreateItemListOption: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§CreateTextOption: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§OptionChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveOptionChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§BeginValidation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveBeginValidation: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULTAuto Trait Implementations§
impl Freeze for IPrintTaskOptionDetails_Vtbl
impl RefUnwindSafe for IPrintTaskOptionDetails_Vtbl
impl Send for IPrintTaskOptionDetails_Vtbl
impl Sync for IPrintTaskOptionDetails_Vtbl
impl Unpin for IPrintTaskOptionDetails_Vtbl
impl UnwindSafe for IPrintTaskOptionDetails_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