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