[][src]Struct nuklear::Command

#[repr(C)]
pub struct Command { /* fields omitted */ }

Methods

impl Command[src]

pub fn get_type(&self) -> CommandType[src]

Trait Implementations

impl Clone for Command[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl AsMut<nk_command> for Command[src]

impl AsMut<Command> for nk_command[src]

impl AsRef<nk_command> for Command[src]

impl AsRef<Command> for nk_command[src]

impl AsRef<CommandScissor> for Command[src]

impl AsRef<CommandLine> for Command[src]

impl AsRef<CommandCurve> for Command[src]

impl AsRef<CommandRect> for Command[src]

impl AsRef<CommandRectFilled> for Command[src]

impl AsRef<CommandRectMultiColor> for Command[src]

impl AsRef<CommandTriangle> for Command[src]

impl AsRef<CommandTriangleFilled> for Command[src]

impl AsRef<CommandCircle> for Command[src]

impl AsRef<CommandCircleFilled> for Command[src]

impl AsRef<CommandArc> for Command[src]

impl AsRef<CommandArcFilled> for Command[src]

impl AsRef<CommandPolygon> for Command[src]

impl AsRef<CommandPolygonFilled> for Command[src]

impl AsRef<CommandPolyline> for Command[src]

impl AsRef<CommandImage> for Command[src]

impl AsRef<CommandText> for Command[src]

impl Default for Command[src]

Auto Trait Implementations

impl !Send for Command

impl !Sync for Command

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]