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