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