#[repr(C)]pub struct IPrint3DWorkflowPrintRequestedEventArgs_Vtbl {
pub base__: IInspectable_Vtbl,
pub Status: unsafe extern "system" fn(_: *mut c_void, _: *mut Print3DWorkflowStatus) -> HRESULT,
pub SetExtendedStatus: unsafe extern "system" fn(_: *mut c_void, _: Print3DWorkflowDetail) -> HRESULT,
pub SetSource: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetSourceChanged: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Status: unsafe extern "system" fn(_: *mut c_void, _: *mut Print3DWorkflowStatus) -> HRESULT
§SetExtendedStatus: unsafe extern "system" fn(_: *mut c_void, _: Print3DWorkflowDetail) -> HRESULT
§SetSource: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetSourceChanged: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPrint3DWorkflowPrintRequestedEventArgs_Vtbl
impl RefUnwindSafe for IPrint3DWorkflowPrintRequestedEventArgs_Vtbl
impl Send for IPrint3DWorkflowPrintRequestedEventArgs_Vtbl
impl Sync for IPrint3DWorkflowPrintRequestedEventArgs_Vtbl
impl Unpin for IPrint3DWorkflowPrintRequestedEventArgs_Vtbl
impl UnwindSafe for IPrint3DWorkflowPrintRequestedEventArgs_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