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