pub struct VertexEntry {
pub len: Ci,
pub capacity: Ci,
pub offset: Ci,
}Fields§
§len: Ci§capacity: Ci§offset: CiTrait Implementations§
Source§impl Clone for VertexEntry
impl Clone for VertexEntry
Source§fn clone(&self) -> VertexEntry
fn clone(&self) -> VertexEntry
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 moreimpl Copy for VertexEntry
Auto Trait Implementations§
impl Freeze for VertexEntry
impl RefUnwindSafe for VertexEntry
impl Send for VertexEntry
impl Sync for VertexEntry
impl Unpin for VertexEntry
impl UnwindSafe for VertexEntry
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