#[repr(C)]pub struct IPrintSupportIppCommunicationConfiguration_Vtbl {
pub base__: IInspectable_Vtbl,
pub CommunicationKind: unsafe extern "system" fn(_: *mut c_void, _: *mut IppPrinterCommunicationKind) -> HRESULT,
pub CanModifyTimeouts: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IppAttributeTimeouts: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IppJobTimeouts: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§CommunicationKind: unsafe extern "system" fn(_: *mut c_void, _: *mut IppPrinterCommunicationKind) -> HRESULT
§CanModifyTimeouts: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IppAttributeTimeouts: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§IppJobTimeouts: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPrintSupportIppCommunicationConfiguration_Vtbl
impl RefUnwindSafe for IPrintSupportIppCommunicationConfiguration_Vtbl
impl Send for IPrintSupportIppCommunicationConfiguration_Vtbl
impl Sync for IPrintSupportIppCommunicationConfiguration_Vtbl
impl Unpin for IPrintSupportIppCommunicationConfiguration_Vtbl
impl UnwindSafe for IPrintSupportIppCommunicationConfiguration_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