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