pub struct VStructView<'a> {
pub store: &'a VShapeStore,
pub def: &'a VStructDef,
}Expand description
A struct type view that borrows from a store.
Fields§
§store: &'a VShapeStore§def: &'a VStructDefTrait Implementations§
Source§impl<'a> Clone for VStructView<'a>
impl<'a> Clone for VStructView<'a>
Source§fn clone(&self) -> VStructView<'a>
fn clone(&self) -> VStructView<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'a> Copy for VStructView<'a>
Source§impl<'a> IStructType for VStructView<'a>
impl<'a> IStructType for VStructView<'a>
Auto Trait Implementations§
impl<'a> Freeze for VStructView<'a>
impl<'a> RefUnwindSafe for VStructView<'a>
impl<'a> Send for VStructView<'a>
impl<'a> Sync for VStructView<'a>
impl<'a> Unpin for VStructView<'a>
impl<'a> UnsafeUnpin for VStructView<'a>
impl<'a> UnwindSafe for VStructView<'a>
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