#[repr(C)]pub struct MonoVTable { /* private fields */ }
Trait Implementations§
Source§impl Clone for MonoVTable
impl Clone for MonoVTable
Source§fn clone(&self) -> MonoVTable
fn clone(&self) -> MonoVTable
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 MonoVTable
impl Debug for MonoVTable
impl Copy for MonoVTable
Auto Trait Implementations§
impl Freeze for MonoVTable
impl RefUnwindSafe for MonoVTable
impl Send for MonoVTable
impl Sync for MonoVTable
impl Unpin for MonoVTable
impl UnwindSafe for MonoVTable
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