#[repr(C)]
pub struct IADsPrintJob_Vtbl {
Show 19 fields pub base__: IADs_Vtbl, pub HostPrintQueue: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub User: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub UserPath: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub TimeSubmitted: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT, pub TotalPages: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub Size: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub Description: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub SetDescription: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT, pub Priority: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub SetPriority: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT, pub StartTime: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT, pub SetStartTime: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT, pub UntilTime: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT, pub SetUntilTime: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT, pub Notify: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub SetNotify: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT, pub NotifyPath: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub SetNotifyPath: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT,
}

Fields§

§base__: IADs_Vtbl§HostPrintQueue: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT§User: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT§UserPath: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT§TimeSubmitted: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT§TotalPages: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§Size: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§Description: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT§SetDescription: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT§Priority: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetPriority: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§StartTime: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT§SetStartTime: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT§UntilTime: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT§SetUntilTime: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT§Notify: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT§SetNotify: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT§NotifyPath: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT§SetNotifyPath: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT

Implementations§

§

impl IADsPrintJob_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IADsPrintJob_Impl, const OFFSET: isize>( ) -> IADsPrintJob_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.