#[repr(C)]pub struct IViewObject {
pub lpVtbl: *mut IViewObjectVtbl,
}
Fields§
§lpVtbl: *mut IViewObjectVtbl
Trait Implementations§
Source§impl Clone for IViewObject
impl Clone for IViewObject
Source§fn clone(&self) -> IViewObject
fn clone(&self) -> IViewObject
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IViewObject
impl Debug for IViewObject
Source§impl Ord for IViewObject
impl Ord for IViewObject
Source§fn cmp(&self, other: &IViewObject) -> Ordering
fn cmp(&self, other: &IViewObject) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IViewObject
impl PartialEq for IViewObject
Source§impl PartialOrd for IViewObject
impl PartialOrd for IViewObject
impl Copy for IViewObject
impl Eq for IViewObject
impl StructuralPartialEq for IViewObject
Auto Trait Implementations§
impl Freeze for IViewObject
impl RefUnwindSafe for IViewObject
impl !Send for IViewObject
impl !Sync for IViewObject
impl Unpin for IViewObject
impl UnwindSafe for IViewObject
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