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