#[repr(C)]pub struct ISoftDistExt {
pub lpVtbl: *mut ISoftDistExtVtbl,
}
Fields§
§lpVtbl: *mut ISoftDistExtVtbl
Trait Implementations§
Source§impl Clone for ISoftDistExt
impl Clone for ISoftDistExt
Source§fn clone(&self) -> ISoftDistExt
fn clone(&self) -> ISoftDistExt
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 ISoftDistExt
impl Debug for ISoftDistExt
Source§impl Ord for ISoftDistExt
impl Ord for ISoftDistExt
Source§fn cmp(&self, other: &ISoftDistExt) -> Ordering
fn cmp(&self, other: &ISoftDistExt) -> 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 ISoftDistExt
impl PartialEq for ISoftDistExt
Source§impl PartialOrd for ISoftDistExt
impl PartialOrd for ISoftDistExt
impl Copy for ISoftDistExt
impl Eq for ISoftDistExt
impl StructuralPartialEq for ISoftDistExt
Auto Trait Implementations§
impl Freeze for ISoftDistExt
impl RefUnwindSafe for ISoftDistExt
impl !Send for ISoftDistExt
impl !Sync for ISoftDistExt
impl Unpin for ISoftDistExt
impl UnwindSafe for ISoftDistExt
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