Struct nuklear::Command [−][src]
#[repr(C)]pub struct Command { /* fields omitted */ }
Methods
impl Command[src]
impl Commandpub fn get_type(&self) -> CommandType[src]
pub fn get_type(&self) -> CommandTypeTrait Implementations
impl Clone for Command[src]
impl Clone for Commandfn clone(&self) -> Command[src]
fn clone(&self) -> CommandReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Command[src]
impl Debug for Commandfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl AsRef<nk_command> for Command[src]
impl AsRef<nk_command> for Commandfn as_ref(&self) -> &nk_command[src]
fn as_ref(&self) -> &nk_commandPerforms the conversion.
impl AsMut<nk_command> for Command[src]
impl AsMut<nk_command> for Commandfn as_mut(&mut self) -> &mut nk_command[src]
fn as_mut(&mut self) -> &mut nk_commandPerforms the conversion.
impl AsRef<Command> for nk_command[src]
impl AsRef<Command> for nk_commandimpl AsMut<Command> for nk_command[src]
impl AsMut<Command> for nk_commandimpl Default for Command[src]
impl Default for Commandimpl AsRef<CommandScissor> for Command[src]
impl AsRef<CommandScissor> for Commandfn as_ref(&self) -> &CommandScissor[src]
fn as_ref(&self) -> &CommandScissorPerforms the conversion.
impl AsRef<CommandLine> for Command[src]
impl AsRef<CommandLine> for Commandfn as_ref(&self) -> &CommandLine[src]
fn as_ref(&self) -> &CommandLinePerforms the conversion.
impl AsRef<CommandCurve> for Command[src]
impl AsRef<CommandCurve> for Commandfn as_ref(&self) -> &CommandCurve[src]
fn as_ref(&self) -> &CommandCurvePerforms the conversion.
impl AsRef<CommandRect> for Command[src]
impl AsRef<CommandRect> for Commandfn as_ref(&self) -> &CommandRect[src]
fn as_ref(&self) -> &CommandRectPerforms the conversion.
impl AsRef<CommandRectFilled> for Command[src]
impl AsRef<CommandRectFilled> for Commandfn as_ref(&self) -> &CommandRectFilled[src]
fn as_ref(&self) -> &CommandRectFilledPerforms the conversion.
impl AsRef<CommandRectMultiColor> for Command[src]
impl AsRef<CommandRectMultiColor> for Commandfn as_ref(&self) -> &CommandRectMultiColor[src]
fn as_ref(&self) -> &CommandRectMultiColorPerforms the conversion.
impl AsRef<CommandTriangle> for Command[src]
impl AsRef<CommandTriangle> for Commandfn as_ref(&self) -> &CommandTriangle[src]
fn as_ref(&self) -> &CommandTrianglePerforms the conversion.
impl AsRef<CommandTriangleFilled> for Command[src]
impl AsRef<CommandTriangleFilled> for Commandfn as_ref(&self) -> &CommandTriangleFilled[src]
fn as_ref(&self) -> &CommandTriangleFilledPerforms the conversion.
impl AsRef<CommandCircle> for Command[src]
impl AsRef<CommandCircle> for Commandfn as_ref(&self) -> &CommandCircle[src]
fn as_ref(&self) -> &CommandCirclePerforms the conversion.
impl AsRef<CommandCircleFilled> for Command[src]
impl AsRef<CommandCircleFilled> for Commandfn as_ref(&self) -> &CommandCircleFilled[src]
fn as_ref(&self) -> &CommandCircleFilledPerforms the conversion.
impl AsRef<CommandArc> for Command[src]
impl AsRef<CommandArc> for Commandfn as_ref(&self) -> &CommandArc[src]
fn as_ref(&self) -> &CommandArcPerforms the conversion.
impl AsRef<CommandArcFilled> for Command[src]
impl AsRef<CommandArcFilled> for Commandfn as_ref(&self) -> &CommandArcFilled[src]
fn as_ref(&self) -> &CommandArcFilledPerforms the conversion.
impl AsRef<CommandPolygon> for Command[src]
impl AsRef<CommandPolygon> for Commandfn as_ref(&self) -> &CommandPolygon[src]
fn as_ref(&self) -> &CommandPolygonPerforms the conversion.
impl AsRef<CommandPolygonFilled> for Command[src]
impl AsRef<CommandPolygonFilled> for Commandfn as_ref(&self) -> &CommandPolygonFilled[src]
fn as_ref(&self) -> &CommandPolygonFilledPerforms the conversion.
impl AsRef<CommandPolyline> for Command[src]
impl AsRef<CommandPolyline> for Commandfn as_ref(&self) -> &CommandPolyline[src]
fn as_ref(&self) -> &CommandPolylinePerforms the conversion.
impl AsRef<CommandImage> for Command[src]
impl AsRef<CommandImage> for Commandfn as_ref(&self) -> &CommandImage[src]
fn as_ref(&self) -> &CommandImagePerforms the conversion.
impl AsRef<CommandText> for Command[src]
impl AsRef<CommandText> for Commandfn as_ref(&self) -> &CommandText[src]
fn as_ref(&self) -> &CommandTextPerforms the conversion.