Struct windows::Devices::Printers::IIppResolution_Vtbl
#[repr(C)]pub struct IIppResolution_Vtbl {
pub base__: IInspectable_Vtbl,
pub Width: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Height: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Unit: unsafe extern "system" fn(_: *mut c_void, _: *mut IppResolutionUnit) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Width: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Height: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Unit: unsafe extern "system" fn(_: *mut c_void, _: *mut IppResolutionUnit) -> HRESULT
Auto Trait Implementations§
impl Freeze for IIppResolution_Vtbl
impl RefUnwindSafe for IIppResolution_Vtbl
impl Send for IIppResolution_Vtbl
impl Sync for IIppResolution_Vtbl
impl Unpin for IIppResolution_Vtbl
impl UnwindSafe for IIppResolution_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