Struct nuklear_rust::NkCommandPolygonFilled
[−]
[src]
#[repr(C)]pub struct NkCommandPolygonFilled { /* fields omitted */ }
Methods
impl NkCommandPolygonFilled[src]
impl NkCommandPolygonFilled[src]
Trait Implementations
impl Clone for NkCommandPolygonFilled[src]
fn clone(&self) -> NkCommandPolygonFilled
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_filled> for NkCommandPolygonFilled[src]
fn as_ref(&self) -> &nk_command_polygon_filled
Performs the conversion.
impl AsMut<nk_command_polygon_filled> for NkCommandPolygonFilled[src]
fn as_mut(&mut self) -> &mut nk_command_polygon_filled
Performs the conversion.