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