Struct IViewObject2_Vtbl
#[repr(C)]pub struct IViewObject2_Vtbl {
pub base__: IViewObject_Vtbl,
pub GetExtent: unsafe extern "system" fn(_: *mut c_void, _: DVASPECT, _: i32, _: *const DVTARGETDEVICE, _: *mut SIZE) -> HRESULT,
}
Fields§
§base__: IViewObject_Vtbl
§GetExtent: unsafe extern "system" fn(_: *mut c_void, _: DVASPECT, _: i32, _: *const DVTARGETDEVICE, _: *mut SIZE) -> HRESULT
Implementations§
§impl IViewObject2_Vtbl
impl IViewObject2_Vtbl
pub const fn new<Identity: IViewObject2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IViewObject2_Vtbl
impl RefUnwindSafe for IViewObject2_Vtbl
impl Send for IViewObject2_Vtbl
impl Sync for IViewObject2_Vtbl
impl Unpin for IViewObject2_Vtbl
impl UnwindSafe for IViewObject2_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