Struct nuklear_rust::NkCommand
[−]
[src]
#[repr(C)]pub struct NkCommand { /* fields omitted */ }
Methods
impl NkCommand[src]
fn get_type(&self) -> NkCommandType
Trait Implementations
impl Clone for NkCommand[src]
fn clone(&self) -> NkCommand
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> for NkCommand[src]
fn as_ref(&self) -> &nk_command
Performs the conversion.
impl AsMut<nk_command> for NkCommand[src]
fn as_mut(&mut self) -> &mut nk_command
Performs the conversion.
impl Default for NkCommand[src]
impl Debug for NkCommand[src]
impl AsRef<NkCommandScissor> for NkCommand[src]
fn as_ref(&self) -> &NkCommandScissor
Performs the conversion.
impl AsRef<NkCommandLine> for NkCommand[src]
fn as_ref(&self) -> &NkCommandLine
Performs the conversion.
impl AsRef<NkCommandCurve> for NkCommand[src]
fn as_ref(&self) -> &NkCommandCurve
Performs the conversion.
impl AsRef<NkCommandRect> for NkCommand[src]
fn as_ref(&self) -> &NkCommandRect
Performs the conversion.
impl AsRef<NkCommandRectFilled> for NkCommand[src]
fn as_ref(&self) -> &NkCommandRectFilled
Performs the conversion.
impl AsRef<NkCommandRectMultiColor> for NkCommand[src]
fn as_ref(&self) -> &NkCommandRectMultiColor
Performs the conversion.
impl AsRef<NkCommandTriangle> for NkCommand[src]
fn as_ref(&self) -> &NkCommandTriangle
Performs the conversion.
impl AsRef<NkCommandTriangleFilled> for NkCommand[src]
fn as_ref(&self) -> &NkCommandTriangleFilled
Performs the conversion.
impl AsRef<NkCommandCircle> for NkCommand[src]
fn as_ref(&self) -> &NkCommandCircle
Performs the conversion.
impl AsRef<NkCommandCircleFilled> for NkCommand[src]
fn as_ref(&self) -> &NkCommandCircleFilled
Performs the conversion.
impl AsRef<NkCommandArc> for NkCommand[src]
fn as_ref(&self) -> &NkCommandArc
Performs the conversion.
impl AsRef<NkCommandArcFilled> for NkCommand[src]
fn as_ref(&self) -> &NkCommandArcFilled
Performs the conversion.
impl AsRef<NkCommandPolygon> for NkCommand[src]
fn as_ref(&self) -> &NkCommandPolygon
Performs the conversion.
impl AsRef<NkCommandPolygonFilled> for NkCommand[src]
fn as_ref(&self) -> &NkCommandPolygonFilled
Performs the conversion.
impl AsRef<NkCommandPolyline> for NkCommand[src]
fn as_ref(&self) -> &NkCommandPolyline
Performs the conversion.
impl AsRef<NkCommandImage> for NkCommand[src]
fn as_ref(&self) -> &NkCommandImage
Performs the conversion.
impl AsRef<NkCommandText> for NkCommand[src]
fn as_ref(&self) -> &NkCommandText
Performs the conversion.