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