Struct windows::Win32::Storage::Xps::IXpsOMColorProfileResource_Vtbl
#[repr(C)]pub struct IXpsOMColorProfileResource_Vtbl {
pub base__: IXpsOMResource_Vtbl,
pub GetStream: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetContent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IXpsOMResource_Vtbl
§GetStream: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetContent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IXpsOMColorProfileResource_Vtbl
impl IXpsOMColorProfileResource_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IXpsOMColorProfileResource_Vtblwhere
Identity: IXpsOMColorProfileResource_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IXpsOMColorProfileResource_Vtbl
impl RefUnwindSafe for IXpsOMColorProfileResource_Vtbl
impl Send for IXpsOMColorProfileResource_Vtbl
impl Sync for IXpsOMColorProfileResource_Vtbl
impl Unpin for IXpsOMColorProfileResource_Vtbl
impl UnwindSafe for IXpsOMColorProfileResource_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