[−][src]Struct nuklear::Command
Methods
impl Command[src]
pub fn get_type(&self) -> CommandType[src]
Trait Implementations
impl AsMut<nk_command> for Command[src]
fn as_mut(&mut self) -> &mut nk_command[src]
impl AsMut<Command> for nk_command[src]
impl AsRef<nk_command> for Command[src]
fn as_ref(&self) -> &nk_command[src]
impl AsRef<Command> for nk_command[src]
impl AsRef<CommandScissor> for Command[src]
fn as_ref(&self) -> &CommandScissor[src]
impl AsRef<CommandLine> for Command[src]
fn as_ref(&self) -> &CommandLine[src]
impl AsRef<CommandCurve> for Command[src]
fn as_ref(&self) -> &CommandCurve[src]
impl AsRef<CommandRect> for Command[src]
fn as_ref(&self) -> &CommandRect[src]
impl AsRef<CommandRectFilled> for Command[src]
fn as_ref(&self) -> &CommandRectFilled[src]
impl AsRef<CommandRectMultiColor> for Command[src]
fn as_ref(&self) -> &CommandRectMultiColor[src]
impl AsRef<CommandTriangle> for Command[src]
fn as_ref(&self) -> &CommandTriangle[src]
impl AsRef<CommandTriangleFilled> for Command[src]
fn as_ref(&self) -> &CommandTriangleFilled[src]
impl AsRef<CommandCircle> for Command[src]
fn as_ref(&self) -> &CommandCircle[src]
impl AsRef<CommandCircleFilled> for Command[src]
fn as_ref(&self) -> &CommandCircleFilled[src]
impl AsRef<CommandArc> for Command[src]
fn as_ref(&self) -> &CommandArc[src]
impl AsRef<CommandArcFilled> for Command[src]
fn as_ref(&self) -> &CommandArcFilled[src]
impl AsRef<CommandPolygon> for Command[src]
fn as_ref(&self) -> &CommandPolygon[src]
impl AsRef<CommandPolygonFilled> for Command[src]
fn as_ref(&self) -> &CommandPolygonFilled[src]
impl AsRef<CommandPolyline> for Command[src]
fn as_ref(&self) -> &CommandPolyline[src]
impl AsRef<CommandImage> for Command[src]
fn as_ref(&self) -> &CommandImage[src]
impl AsRef<CommandText> for Command[src]
fn as_ref(&self) -> &CommandText[src]
impl Default for Command[src]
impl Clone for Command[src]
Auto Trait Implementations
Blanket Implementations
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,