Struct ash::vk::definitions::OutOfBandQueueTypeInfoNV
source · #[repr(C)]pub struct OutOfBandQueueTypeInfoNV<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub queue_type: OutOfBandQueueTypeNV,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§queue_type: OutOfBandQueueTypeNV
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> OutOfBandQueueTypeInfoNV<'a>
impl<'a> OutOfBandQueueTypeInfoNV<'a>
pub fn queue_type(self, queue_type: OutOfBandQueueTypeNV) -> Self
Trait Implementations§
source§impl<'a> Clone for OutOfBandQueueTypeInfoNV<'a>
impl<'a> Clone for OutOfBandQueueTypeInfoNV<'a>
source§fn clone(&self) -> OutOfBandQueueTypeInfoNV<'a>
fn clone(&self) -> OutOfBandQueueTypeInfoNV<'a>
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<'a> Debug for OutOfBandQueueTypeInfoNV<'a>
impl<'a> Debug for OutOfBandQueueTypeInfoNV<'a>
source§impl Default for OutOfBandQueueTypeInfoNV<'_>
impl Default for OutOfBandQueueTypeInfoNV<'_>
source§impl<'a> TaggedStructure for OutOfBandQueueTypeInfoNV<'a>
impl<'a> TaggedStructure for OutOfBandQueueTypeInfoNV<'a>
const STRUCTURE_TYPE: StructureType = StructureType::OUT_OF_BAND_QUEUE_TYPE_INFO_NV
impl<'a> Copy for OutOfBandQueueTypeInfoNV<'a>
impl Send for OutOfBandQueueTypeInfoNV<'_>
impl Sync for OutOfBandQueueTypeInfoNV<'_>
Auto Trait Implementations§
impl<'a> Freeze for OutOfBandQueueTypeInfoNV<'a>
impl<'a> RefUnwindSafe for OutOfBandQueueTypeInfoNV<'a>
impl<'a> Unpin for OutOfBandQueueTypeInfoNV<'a>
impl<'a> UnwindSafe for OutOfBandQueueTypeInfoNV<'a>
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