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