pub struct VertexArray { /* private fields */ }Implementations§
Source§impl VertexArray
impl VertexArray
Trait Implementations§
Source§impl Clone for VertexArray
impl Clone for VertexArray
Source§fn clone(&self) -> VertexArray
fn clone(&self) -> VertexArray
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 VertexArray
impl Debug for VertexArray
Source§impl From<VertexArray> for u32
impl From<VertexArray> for u32
Source§fn from(value: VertexArray) -> Self
fn from(value: VertexArray) -> Self
Converts to this type from the input type.
Source§impl Hash for VertexArray
impl Hash for VertexArray
Source§impl Ord for VertexArray
impl Ord for VertexArray
Source§fn cmp(&self, other: &VertexArray) -> Ordering
fn cmp(&self, other: &VertexArray) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VertexArray
impl PartialEq for VertexArray
Source§impl PartialOrd for VertexArray
impl PartialOrd for VertexArray
impl Copy for VertexArray
impl Eq for VertexArray
impl StructuralPartialEq for VertexArray
Auto Trait Implementations§
impl Freeze for VertexArray
impl RefUnwindSafe for VertexArray
impl Send for VertexArray
impl Sync for VertexArray
impl Unpin for VertexArray
impl UnsafeUnpin for VertexArray
impl UnwindSafe for VertexArray
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