[][src]Struct nuklear::Command

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

Implementations

impl Command[src]

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

Trait Implementations

impl AsMut<Command> for nk_command[src]

impl AsMut<nk_command> for Command[src]

impl AsRef<Command> for nk_command[src]

impl AsRef<CommandArc> for Command[src]

impl AsRef<CommandArcFilled> for Command[src]

impl AsRef<CommandCircle> for Command[src]

impl AsRef<CommandCircleFilled> for Command[src]

impl AsRef<CommandCurve> for Command[src]

impl AsRef<CommandImage> for Command[src]

impl AsRef<CommandLine> for Command[src]

impl AsRef<CommandPolygon> for Command[src]

impl AsRef<CommandPolygonFilled> for Command[src]

impl AsRef<CommandPolyline> for Command[src]

impl AsRef<CommandRect> for Command[src]

impl AsRef<CommandRectFilled> for Command[src]

impl AsRef<CommandRectMultiColor> for Command[src]

impl AsRef<CommandScissor> for Command[src]

impl AsRef<CommandText> for Command[src]

impl AsRef<CommandTriangle> for Command[src]

impl AsRef<CommandTriangleFilled> for Command[src]

impl AsRef<nk_command> for Command[src]

impl Clone for Command[src]

impl Default for Command[src]

Auto Trait Implementations

impl RefUnwindSafe for Command

impl !Send for Command

impl !Sync for Command

impl Unpin for Command

impl UnwindSafe for Command

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.