pub struct VTIntermediate { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for VTIntermediate
impl Clone for VTIntermediate
Source§fn clone(&self) -> VTIntermediate
fn clone(&self) -> VTIntermediate
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 VTIntermediate
impl Debug for VTIntermediate
Source§impl Default for VTIntermediate
impl Default for VTIntermediate
Source§fn default() -> VTIntermediate
fn default() -> VTIntermediate
Returns the “default value” for a type. Read more
Source§impl PartialEq for VTIntermediate
impl PartialEq for VTIntermediate
impl Copy for VTIntermediate
impl Eq for VTIntermediate
impl StructuralPartialEq for VTIntermediate
Auto Trait Implementations§
impl Freeze for VTIntermediate
impl RefUnwindSafe for VTIntermediate
impl Send for VTIntermediate
impl Sync for VTIntermediate
impl Unpin for VTIntermediate
impl UnwindSafe for VTIntermediate
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