#[repr(C)]pub struct CommandPolygon { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl AsMut<CommandPolygon> for nk_command_polygon
impl AsMut<CommandPolygon> for nk_command_polygon
Source§fn as_mut(&mut self) -> &mut CommandPolygon
fn as_mut(&mut self) -> &mut CommandPolygon
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<nk_command_polygon> for CommandPolygon
impl AsMut<nk_command_polygon> for CommandPolygon
Source§fn as_mut(&mut self) -> &mut nk_command_polygon
fn as_mut(&mut self) -> &mut nk_command_polygon
Converts this type into a mutable 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<CommandPolygon> for nk_command_polygon
impl AsRef<CommandPolygon> for nk_command_polygon
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<nk_command_polygon> for CommandPolygon
impl AsRef<nk_command_polygon> for CommandPolygon
Source§fn as_ref(&self) -> &nk_command_polygon
fn as_ref(&self) -> &nk_command_polygon
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for CommandPolygon
impl Clone for CommandPolygon
Source§fn clone(&self) -> CommandPolygon
fn clone(&self) -> CommandPolygon
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 CommandPolygon
impl RefUnwindSafe for CommandPolygon
impl !Send for CommandPolygon
impl !Sync for CommandPolygon
impl Unpin for CommandPolygon
impl UnwindSafe for CommandPolygon
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