#[repr(C)]pub struct CommandPolygonFilled { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl AsMut<CommandPolygonFilled> for nk_command_polygon_filled
impl AsMut<CommandPolygonFilled> for nk_command_polygon_filled
Source§fn as_mut(&mut self) -> &mut CommandPolygonFilled
fn as_mut(&mut self) -> &mut CommandPolygonFilled
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<nk_command_polygon_filled> for CommandPolygonFilled
impl AsMut<nk_command_polygon_filled> for CommandPolygonFilled
Source§fn as_mut(&mut self) -> &mut nk_command_polygon_filled
fn as_mut(&mut self) -> &mut nk_command_polygon_filled
Converts this type into a mutable 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<CommandPolygonFilled> for nk_command_polygon_filled
impl AsRef<CommandPolygonFilled> for nk_command_polygon_filled
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<nk_command_polygon_filled> for CommandPolygonFilled
impl AsRef<nk_command_polygon_filled> for CommandPolygonFilled
Source§fn as_ref(&self) -> &nk_command_polygon_filled
fn as_ref(&self) -> &nk_command_polygon_filled
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for CommandPolygonFilled
impl Clone for CommandPolygonFilled
Source§fn clone(&self) -> CommandPolygonFilled
fn clone(&self) -> CommandPolygonFilled
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for CommandPolygonFilled
impl RefUnwindSafe for CommandPolygonFilled
impl !Send for CommandPolygonFilled
impl !Sync for CommandPolygonFilled
impl Unpin for CommandPolygonFilled
impl UnwindSafe for CommandPolygonFilled
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