#[repr(C)]pub struct OutOfBandQueueTypeInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub queue_type: OutOfBandQueueTypeNV,
}Expand description
VkOutOfBandQueueTypeInfoNV
Provided by VK_NV_low_latency2.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_OUT_OF_BAND_QUEUE_TYPE_INFO_NV.
p_next: *const c_voidOptional, may be null.
queue_type: OutOfBandQueueTypeNVImplementations§
Source§impl OutOfBandQueueTypeInfoNV
impl OutOfBandQueueTypeInfoNV
Sourcepub fn builder<'a>() -> OutOfBandQueueTypeInfoNVBuilder<'a>
pub fn builder<'a>() -> OutOfBandQueueTypeInfoNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for OutOfBandQueueTypeInfoNV
impl Clone for OutOfBandQueueTypeInfoNV
Source§fn clone(&self) -> OutOfBandQueueTypeInfoNV
fn clone(&self) -> OutOfBandQueueTypeInfoNV
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 OutOfBandQueueTypeInfoNV
impl Debug for OutOfBandQueueTypeInfoNV
Source§impl Default for OutOfBandQueueTypeInfoNV
impl Default for OutOfBandQueueTypeInfoNV
Source§fn default() -> OutOfBandQueueTypeInfoNV
fn default() -> OutOfBandQueueTypeInfoNV
Returns the “default value” for a type. Read more
impl Copy for OutOfBandQueueTypeInfoNV
Auto Trait Implementations§
impl Freeze for OutOfBandQueueTypeInfoNV
impl RefUnwindSafe for OutOfBandQueueTypeInfoNV
impl !Send for OutOfBandQueueTypeInfoNV
impl !Sync for OutOfBandQueueTypeInfoNV
impl Unpin for OutOfBandQueueTypeInfoNV
impl UnsafeUnpin for OutOfBandQueueTypeInfoNV
impl UnwindSafe for OutOfBandQueueTypeInfoNV
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