#[repr(C)]pub struct IPrintSchemaParameterDefinition_Vtbl {
pub base__: IPrintSchemaDisplayableElement_Vtbl,
pub UserInputRequired: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub UnitType: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub DataType: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintSchemaParameterDataType) -> HRESULT,
pub RangeMin: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub RangeMax: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IPrintSchemaDisplayableElement_Vtbl
§UserInputRequired: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§UnitType: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§DataType: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintSchemaParameterDataType) -> HRESULT
§RangeMin: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§RangeMax: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
Implementations§
§impl IPrintSchemaParameterDefinition_Vtbl
impl IPrintSchemaParameterDefinition_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IPrintSchemaParameterDefinition_Vtblwhere
Identity: IPrintSchemaParameterDefinition_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPrintSchemaParameterDefinition_Vtbl
impl RefUnwindSafe for IPrintSchemaParameterDefinition_Vtbl
impl Send for IPrintSchemaParameterDefinition_Vtbl
impl Sync for IPrintSchemaParameterDefinition_Vtbl
impl Unpin for IPrintSchemaParameterDefinition_Vtbl
impl UnwindSafe for IPrintSchemaParameterDefinition_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