Struct windows::Graphics::Printing::OptionDetails::IPrintOptionDetails_Vtbl
#[repr(C)]pub struct IPrintOptionDetails_Vtbl {
pub base__: IInspectable_Vtbl,
pub OptionId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub OptionType: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintOptionType) -> HRESULT,
pub SetErrorText: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub ErrorText: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetState: unsafe extern "system" fn(_: *mut c_void, _: PrintOptionStates) -> HRESULT,
pub State: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintOptionStates) -> HRESULT,
pub Value: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub TrySetValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§OptionId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§OptionType: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintOptionType) -> HRESULT
§SetErrorText: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§ErrorText: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetState: unsafe extern "system" fn(_: *mut c_void, _: PrintOptionStates) -> HRESULT
§State: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintOptionStates) -> HRESULT
§Value: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§TrySetValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT
Implementations§
§impl IPrintOptionDetails_Vtbl
impl IPrintOptionDetails_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IPrintOptionDetails_Vtblwhere
Identity: IPrintOptionDetails_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPrintOptionDetails_Vtbl
impl RefUnwindSafe for IPrintOptionDetails_Vtbl
impl Send for IPrintOptionDetails_Vtbl
impl Sync for IPrintOptionDetails_Vtbl
impl Unpin for IPrintOptionDetails_Vtbl
impl UnwindSafe for IPrintOptionDetails_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