#[repr(C)]pub struct IPrintSupportIppCommunicationTimeouts_Vtbl {
pub base__: IInspectable_Vtbl,
pub ConnectTimeout: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetConnectTimeout: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT,
pub SendTimeout: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetSendTimeout: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT,
pub ReceiveTimeout: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetReceiveTimeout: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ConnectTimeout: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§SetConnectTimeout: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT
§SendTimeout: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§SetSendTimeout: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT
§ReceiveTimeout: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§SetReceiveTimeout: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPrintSupportIppCommunicationTimeouts_Vtbl
impl RefUnwindSafe for IPrintSupportIppCommunicationTimeouts_Vtbl
impl Send for IPrintSupportIppCommunicationTimeouts_Vtbl
impl Sync for IPrintSupportIppCommunicationTimeouts_Vtbl
impl Unpin for IPrintSupportIppCommunicationTimeouts_Vtbl
impl UnwindSafe for IPrintSupportIppCommunicationTimeouts_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