#[repr(transparent)]pub struct VkIndexType(pub i32);Expand description
VkIndexType
Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for VkIndexType
impl Clone for VkIndexType
Source§fn clone(&self) -> VkIndexType
fn clone(&self) -> VkIndexType
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 Debug for VkIndexType
impl Debug for VkIndexType
Source§impl Default for VkIndexType
impl Default for VkIndexType
Source§fn default() -> VkIndexType
fn default() -> VkIndexType
Returns the “default value” for a type. Read more
Source§impl Display for VkIndexType
impl Display for VkIndexType
Source§impl From<VkIndexType> for i32
impl From<VkIndexType> for i32
Source§fn from(value: VkIndexType) -> Self
fn from(value: VkIndexType) -> Self
Converts to this type from the input type.
Source§impl From<i32> for VkIndexType
impl From<i32> for VkIndexType
Source§impl Hash for VkIndexType
impl Hash for VkIndexType
Source§impl Ord for VkIndexType
impl Ord for VkIndexType
Source§fn cmp(&self, other: &VkIndexType) -> Ordering
fn cmp(&self, other: &VkIndexType) -> 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 VkIndexType
impl PartialEq for VkIndexType
Source§impl PartialOrd for VkIndexType
impl PartialOrd for VkIndexType
impl Copy for VkIndexType
impl Eq for VkIndexType
impl StructuralPartialEq for VkIndexType
Auto Trait Implementations§
impl Freeze for VkIndexType
impl RefUnwindSafe for VkIndexType
impl Send for VkIndexType
impl Sync for VkIndexType
impl Unpin for VkIndexType
impl UnsafeUnpin for VkIndexType
impl UnwindSafe for VkIndexType
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