#[repr(C)]pub struct sfVertexArray { /* private fields */ }Trait Implementations§
Source§impl Clone for sfVertexArray
impl Clone for sfVertexArray
Source§fn clone(&self) -> sfVertexArray
fn clone(&self) -> sfVertexArray
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 sfVertexArray
impl Debug for sfVertexArray
impl Copy for sfVertexArray
Auto Trait Implementations§
impl Freeze for sfVertexArray
impl RefUnwindSafe for sfVertexArray
impl Send for sfVertexArray
impl Sync for sfVertexArray
impl Unpin for sfVertexArray
impl UnwindSafe for sfVertexArray
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