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