pub struct VkIndirectCommandsLayoutNVX_T { /* private fields */ }Trait Implementations§
Source§impl Clone for VkIndirectCommandsLayoutNVX_T
impl Clone for VkIndirectCommandsLayoutNVX_T
Source§fn clone(&self) -> VkIndirectCommandsLayoutNVX_T
fn clone(&self) -> VkIndirectCommandsLayoutNVX_T
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 moreimpl Copy for VkIndirectCommandsLayoutNVX_T
Auto Trait Implementations§
impl Freeze for VkIndirectCommandsLayoutNVX_T
impl RefUnwindSafe for VkIndirectCommandsLayoutNVX_T
impl Send for VkIndirectCommandsLayoutNVX_T
impl Sync for VkIndirectCommandsLayoutNVX_T
impl Unpin for VkIndirectCommandsLayoutNVX_T
impl UnwindSafe for VkIndirectCommandsLayoutNVX_T
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