pub struct IndirectCommandsLayoutNvxHandle(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for IndirectCommandsLayoutNvxHandle
impl Clone for IndirectCommandsLayoutNvxHandle
Source§fn clone(&self) -> IndirectCommandsLayoutNvxHandle
fn clone(&self) -> IndirectCommandsLayoutNvxHandle
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 moreSource§impl PartialEq for IndirectCommandsLayoutNvxHandle
impl PartialEq for IndirectCommandsLayoutNvxHandle
Source§fn eq(&self, other: &IndirectCommandsLayoutNvxHandle) -> bool
fn eq(&self, other: &IndirectCommandsLayoutNvxHandle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for IndirectCommandsLayoutNvxHandle
impl Eq for IndirectCommandsLayoutNvxHandle
impl StructuralPartialEq for IndirectCommandsLayoutNvxHandle
Auto Trait Implementations§
impl Freeze for IndirectCommandsLayoutNvxHandle
impl RefUnwindSafe for IndirectCommandsLayoutNvxHandle
impl Send for IndirectCommandsLayoutNvxHandle
impl Sync for IndirectCommandsLayoutNvxHandle
impl Unpin for IndirectCommandsLayoutNvxHandle
impl UnwindSafe for IndirectCommandsLayoutNvxHandle
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