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