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