#[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: StructureTypeMust be VK_STRUCTURE_TYPE_QUERY_LOW_LATENCY_SUPPORT_NV.
p_next: *const c_voidOptional, may be null.
p_queried_low_latency_data: *mut c_voidImplementations§
Source§impl QueryLowLatencySupportNV
impl QueryLowLatencySupportNV
Sourcepub fn builder<'a>() -> QueryLowLatencySupportNVBuilder<'a>
pub fn builder<'a>() -> QueryLowLatencySupportNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for QueryLowLatencySupportNV
impl Clone for QueryLowLatencySupportNV
Source§fn clone(&self) -> QueryLowLatencySupportNV
fn clone(&self) -> QueryLowLatencySupportNV
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 QueryLowLatencySupportNV
impl Debug for QueryLowLatencySupportNV
Source§impl Default for QueryLowLatencySupportNV
impl Default for QueryLowLatencySupportNV
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 UnsafeUnpin 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