Struct IFaxOutgoingQueue_Vtbl
#[repr(C)]pub struct IFaxOutgoingQueue_Vtbl {Show 25 fields
pub base__: IDispatch_Vtbl,
pub Blocked: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetBlocked: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub Paused: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetPaused: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub AllowPersonalCoverPages: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetAllowPersonalCoverPages: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub UseDeviceTSID: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetUseDeviceTSID: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub Retries: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetRetries: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub RetryDelay: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetRetryDelay: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub DiscountRateStart: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetDiscountRateStart: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub DiscountRateEnd: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetDiscountRateEnd: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub AgeLimit: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetAgeLimit: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub Branding: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetBranding: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub Refresh: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Save: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetJobs: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetJob: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IDispatch_Vtbl§Blocked: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetBlocked: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§Paused: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetPaused: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§AllowPersonalCoverPages: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetAllowPersonalCoverPages: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§UseDeviceTSID: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetUseDeviceTSID: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§Retries: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetRetries: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§RetryDelay: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetRetryDelay: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§DiscountRateStart: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT§SetDiscountRateStart: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT§DiscountRateEnd: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT§SetDiscountRateEnd: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT§AgeLimit: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetAgeLimit: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§Branding: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetBranding: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§Refresh: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Save: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§GetJobs: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetJob: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULTImplementations§
§impl IFaxOutgoingQueue_Vtbl
impl IFaxOutgoingQueue_Vtbl
pub const fn new<Identity: IFaxOutgoingQueue_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFaxOutgoingQueue_Vtbl
impl RefUnwindSafe for IFaxOutgoingQueue_Vtbl
impl Send for IFaxOutgoingQueue_Vtbl
impl Sync for IFaxOutgoingQueue_Vtbl
impl Unpin for IFaxOutgoingQueue_Vtbl
impl UnwindSafe for IFaxOutgoingQueue_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