#[repr(C)]pub struct ISurrogate {
pub lpVtbl: *mut ISurrogateVtbl,
}Fields§
§lpVtbl: *mut ISurrogateVtblTrait Implementations§
Source§impl Clone for ISurrogate
impl Clone for ISurrogate
Source§fn clone(&self) -> ISurrogate
fn clone(&self) -> ISurrogate
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 ISurrogate
impl Debug for ISurrogate
impl Copy 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