Struct ash::vk::QueryLowLatencySupportNV
source · #[repr(C)]pub struct QueryLowLatencySupportNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_queried_low_latency_data: *mut c_void,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§p_queried_low_latency_data: *mut c_void
Implementations§
source§impl QueryLowLatencySupportNV
impl QueryLowLatencySupportNV
pub fn builder<'a>() -> QueryLowLatencySupportNVBuilder<'a>
Trait Implementations§
source§impl Clone for QueryLowLatencySupportNV
impl Clone for QueryLowLatencySupportNV
source§fn clone(&self) -> QueryLowLatencySupportNV
fn clone(&self) -> QueryLowLatencySupportNV
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 QueryLowLatencySupportNV
impl Debug for QueryLowLatencySupportNV
source§impl Default for QueryLowLatencySupportNV
impl Default for QueryLowLatencySupportNV
source§impl TaggedStructure for QueryLowLatencySupportNV
impl TaggedStructure for QueryLowLatencySupportNV
const STRUCTURE_TYPE: StructureType = StructureType::QUERY_LOW_LATENCY_SUPPORT_NV
impl Copy for QueryLowLatencySupportNV
impl ExtendsSemaphoreCreateInfo for QueryLowLatencySupportNV
Auto Trait Implementations§
impl Freeze for QueryLowLatencySupportNV
impl RefUnwindSafe for QueryLowLatencySupportNV
impl !Send for QueryLowLatencySupportNV
impl !Sync for QueryLowLatencySupportNV
impl Unpin for QueryLowLatencySupportNV
impl UnwindSafe for QueryLowLatencySupportNV
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