Struct ash::vk::PerformanceValueINTEL
source · #[repr(C)]pub struct PerformanceValueINTEL {
pub ty: PerformanceValueTypeINTEL,
pub data: PerformanceValueDataINTEL,
}
Expand description
Fields§
§ty: PerformanceValueTypeINTEL
§data: PerformanceValueDataINTEL
Implementations§
source§impl PerformanceValueINTEL
impl PerformanceValueINTEL
pub fn builder<'a>() -> PerformanceValueINTELBuilder<'a>
Trait Implementations§
source§impl Clone for PerformanceValueINTEL
impl Clone for PerformanceValueINTEL
source§fn clone(&self) -> PerformanceValueINTEL
fn clone(&self) -> PerformanceValueINTEL
Returns a copy 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 PerformanceValueINTEL
impl Debug for PerformanceValueINTEL
source§impl Default for PerformanceValueINTEL
impl Default for PerformanceValueINTEL
source§fn default() -> PerformanceValueINTEL
fn default() -> PerformanceValueINTEL
Returns the “default value” for a type. Read more
impl Copy for PerformanceValueINTEL
Auto Trait Implementations§
impl Freeze for PerformanceValueINTEL
impl RefUnwindSafe for PerformanceValueINTEL
impl !Send for PerformanceValueINTEL
impl !Sync for PerformanceValueINTEL
impl Unpin for PerformanceValueINTEL
impl UnwindSafe for PerformanceValueINTEL
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