#[repr(C)]pub struct Command { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl AsMut<Command> for nk_command
impl AsMut<Command> for nk_command
Source§impl AsMut<nk_command> for Command
impl AsMut<nk_command> for Command
Source§fn as_mut(&mut self) -> &mut nk_command
fn as_mut(&mut self) -> &mut nk_command
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<Command> for nk_command
impl AsRef<Command> for nk_command
Source§impl AsRef<CommandArc> for Command
impl AsRef<CommandArc> for Command
Source§fn as_ref(&self) -> &CommandArc
fn as_ref(&self) -> &CommandArc
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<CommandArcFilled> for Command
impl AsRef<CommandArcFilled> for Command
Source§fn as_ref(&self) -> &CommandArcFilled
fn as_ref(&self) -> &CommandArcFilled
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<CommandCircle> for Command
impl AsRef<CommandCircle> for Command
Source§fn as_ref(&self) -> &CommandCircle
fn as_ref(&self) -> &CommandCircle
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<CommandCircleFilled> for Command
impl AsRef<CommandCircleFilled> for Command
Source§fn as_ref(&self) -> &CommandCircleFilled
fn as_ref(&self) -> &CommandCircleFilled
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<CommandCurve> for Command
impl AsRef<CommandCurve> for Command
Source§fn as_ref(&self) -> &CommandCurve
fn as_ref(&self) -> &CommandCurve
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<CommandImage> for Command
impl AsRef<CommandImage> for Command
Source§fn as_ref(&self) -> &CommandImage
fn as_ref(&self) -> &CommandImage
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<CommandLine> for Command
impl AsRef<CommandLine> for Command
Source§fn as_ref(&self) -> &CommandLine
fn as_ref(&self) -> &CommandLine
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<CommandPolygon> for Command
impl AsRef<CommandPolygon> for Command
Source§fn as_ref(&self) -> &CommandPolygon
fn as_ref(&self) -> &CommandPolygon
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<CommandPolygonFilled> for Command
impl AsRef<CommandPolygonFilled> for Command
Source§fn as_ref(&self) -> &CommandPolygonFilled
fn as_ref(&self) -> &CommandPolygonFilled
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<CommandPolyline> for Command
impl AsRef<CommandPolyline> for Command
Source§fn as_ref(&self) -> &CommandPolyline
fn as_ref(&self) -> &CommandPolyline
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<CommandRect> for Command
impl AsRef<CommandRect> for Command
Source§fn as_ref(&self) -> &CommandRect
fn as_ref(&self) -> &CommandRect
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<CommandRectFilled> for Command
impl AsRef<CommandRectFilled> for Command
Source§fn as_ref(&self) -> &CommandRectFilled
fn as_ref(&self) -> &CommandRectFilled
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<CommandRectMultiColor> for Command
impl AsRef<CommandRectMultiColor> for Command
Source§fn as_ref(&self) -> &CommandRectMultiColor
fn as_ref(&self) -> &CommandRectMultiColor
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<CommandScissor> for Command
impl AsRef<CommandScissor> for Command
Source§fn as_ref(&self) -> &CommandScissor
fn as_ref(&self) -> &CommandScissor
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<CommandText> for Command
impl AsRef<CommandText> for Command
Source§fn as_ref(&self) -> &CommandText
fn as_ref(&self) -> &CommandText
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<CommandTriangle> for Command
impl AsRef<CommandTriangle> for Command
Source§fn as_ref(&self) -> &CommandTriangle
fn as_ref(&self) -> &CommandTriangle
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<CommandTriangleFilled> for Command
impl AsRef<CommandTriangleFilled> for Command
Source§fn as_ref(&self) -> &CommandTriangleFilled
fn as_ref(&self) -> &CommandTriangleFilled
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<nk_command> for Command
impl AsRef<nk_command> for Command
Source§fn as_ref(&self) -> &nk_command
fn as_ref(&self) -> &nk_command
Converts this type into a shared reference of the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for Command
impl RefUnwindSafe for Command
impl !Send for Command
impl !Sync for Command
impl Unpin for Command
impl UnwindSafe for Command
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more