Struct windows::Win32::Devices::Fax::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, _: MaybeUninit<BSTR>, _: *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, _: MaybeUninit<BSTR>, _: *mut *mut c_void) -> HRESULT

Implementations§

§

impl IFaxOutgoingQueue_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IFaxOutgoingQueue_Impl, const OFFSET: isize>( ) -> IFaxOutgoingQueue_Vtbl

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.