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