#[repr(transparent)]pub struct VkIndirectExecutionSetInfoTypeEXT(pub i32);Expand description
VkIndirectExecutionSetInfoTypeEXT
Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for VkIndirectExecutionSetInfoTypeEXT
impl Clone for VkIndirectExecutionSetInfoTypeEXT
Source§fn clone(&self) -> VkIndirectExecutionSetInfoTypeEXT
fn clone(&self) -> VkIndirectExecutionSetInfoTypeEXT
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 Default for VkIndirectExecutionSetInfoTypeEXT
impl Default for VkIndirectExecutionSetInfoTypeEXT
Source§fn default() -> VkIndirectExecutionSetInfoTypeEXT
fn default() -> VkIndirectExecutionSetInfoTypeEXT
Returns the “default value” for a type. Read more
Source§impl From<VkIndirectExecutionSetInfoTypeEXT> for i32
impl From<VkIndirectExecutionSetInfoTypeEXT> for i32
Source§fn from(value: VkIndirectExecutionSetInfoTypeEXT) -> Self
fn from(value: VkIndirectExecutionSetInfoTypeEXT) -> Self
Converts to this type from the input type.
Source§impl From<i32> for VkIndirectExecutionSetInfoTypeEXT
impl From<i32> for VkIndirectExecutionSetInfoTypeEXT
Source§impl Ord for VkIndirectExecutionSetInfoTypeEXT
impl Ord for VkIndirectExecutionSetInfoTypeEXT
Source§fn cmp(&self, other: &VkIndirectExecutionSetInfoTypeEXT) -> Ordering
fn cmp(&self, other: &VkIndirectExecutionSetInfoTypeEXT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VkIndirectExecutionSetInfoTypeEXT
impl PartialEq for VkIndirectExecutionSetInfoTypeEXT
Source§fn eq(&self, other: &VkIndirectExecutionSetInfoTypeEXT) -> bool
fn eq(&self, other: &VkIndirectExecutionSetInfoTypeEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VkIndirectExecutionSetInfoTypeEXT
impl PartialOrd for VkIndirectExecutionSetInfoTypeEXT
impl Copy for VkIndirectExecutionSetInfoTypeEXT
impl Eq for VkIndirectExecutionSetInfoTypeEXT
impl StructuralPartialEq for VkIndirectExecutionSetInfoTypeEXT
Auto Trait Implementations§
impl Freeze for VkIndirectExecutionSetInfoTypeEXT
impl RefUnwindSafe for VkIndirectExecutionSetInfoTypeEXT
impl Send for VkIndirectExecutionSetInfoTypeEXT
impl Sync for VkIndirectExecutionSetInfoTypeEXT
impl Unpin for VkIndirectExecutionSetInfoTypeEXT
impl UnsafeUnpin for VkIndirectExecutionSetInfoTypeEXT
impl UnwindSafe for VkIndirectExecutionSetInfoTypeEXT
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