#[repr(C)]pub struct ISurrogateService {
pub lpVtbl: *mut ISurrogateServiceVtbl,
}Fields§
§lpVtbl: *mut ISurrogateServiceVtblTrait Implementations§
Source§impl Clone for ISurrogateService
impl Clone for ISurrogateService
Source§fn clone(&self) -> ISurrogateService
fn clone(&self) -> ISurrogateService
Returns a duplicate 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
impl Copy 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