pub struct VertexShell {
pub name: String,
pub vertex_shell_extent: VertexLoopRef,
}Fields§
§name: String§vertex_shell_extent: VertexLoopRefTrait Implementations§
Source§impl Clone for VertexShell
impl Clone for VertexShell
Source§fn clone(&self) -> VertexShell
fn clone(&self) -> VertexShell
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 moreSource§impl Debug for VertexShell
impl Debug for VertexShell
Source§impl PartialEq for VertexShell
impl PartialEq for VertexShell
Source§fn eq(&self, other: &VertexShell) -> bool
fn eq(&self, other: &VertexShell) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VertexShell
Auto Trait Implementations§
impl Freeze for VertexShell
impl RefUnwindSafe for VertexShell
impl Send for VertexShell
impl Sync for VertexShell
impl Unpin for VertexShell
impl UnsafeUnpin for VertexShell
impl UnwindSafe for VertexShell
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