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