Struct windows::Win32::Storage::Xps::IXpsOMResource_Vtbl
#[repr(C)]pub struct IXpsOMResource_Vtbl {
pub base__: IXpsOMPart_Vtbl,
}
Fields§
§base__: IXpsOMPart_Vtbl
Implementations§
§impl IXpsOMResource_Vtbl
impl IXpsOMResource_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IXpsOMResource_Vtblwhere
Identity: IXpsOMResource_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IXpsOMResource_Vtbl
impl RefUnwindSafe for IXpsOMResource_Vtbl
impl Send for IXpsOMResource_Vtbl
impl Sync for IXpsOMResource_Vtbl
impl Unpin for IXpsOMResource_Vtbl
impl UnwindSafe for IXpsOMResource_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