Struct nuklear_rust::NkCommandPolygon
[−]
[src]
#[repr(C)]pub struct NkCommandPolygon { /* fields omitted */ }
Methods
impl NkCommandPolygon[src]
impl NkCommandPolygon[src]
Trait Implementations
impl Clone for NkCommandPolygon[src]
fn clone(&self) -> NkCommandPolygon
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl AsRef<nk_command_polygon> for NkCommandPolygon[src]
fn as_ref(&self) -> &nk_command_polygon
Performs the conversion.
impl AsMut<nk_command_polygon> for NkCommandPolygon[src]
fn as_mut(&mut self) -> &mut nk_command_polygon
Performs the conversion.