pub struct ArenaShell {
pub wire_id: u64,
pub faces: Vec<FaceId>,
}Fields§
§wire_id: u64§faces: Vec<FaceId>Trait Implementations§
Source§impl Clone for ArenaShell
impl Clone for ArenaShell
Source§fn clone(&self) -> ArenaShell
fn clone(&self) -> ArenaShell
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 moreAuto Trait Implementations§
impl Freeze for ArenaShell
impl RefUnwindSafe for ArenaShell
impl Send for ArenaShell
impl Sync for ArenaShell
impl Unpin for ArenaShell
impl UnsafeUnpin for ArenaShell
impl UnwindSafe for ArenaShell
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