#[repr(C)]pub struct QueueFamilyCheckpointPropertiesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub checkpoint_execution_stage_mask: PipelineStageFlags,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voidcheckpoint_execution_stage_mask: PipelineStageFlagsImplementations
sourceimpl QueueFamilyCheckpointPropertiesNV
impl QueueFamilyCheckpointPropertiesNV
pub fn builder<'a>() -> QueueFamilyCheckpointPropertiesNVBuilder<'a>
Trait Implementations
sourceimpl Clone for QueueFamilyCheckpointPropertiesNV
impl Clone for QueueFamilyCheckpointPropertiesNV
sourcefn clone(&self) -> QueueFamilyCheckpointPropertiesNV
fn clone(&self) -> QueueFamilyCheckpointPropertiesNV
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for QueueFamilyCheckpointPropertiesNV
impl Default for QueueFamilyCheckpointPropertiesNV
sourcefn default() -> QueueFamilyCheckpointPropertiesNV
fn default() -> QueueFamilyCheckpointPropertiesNV
Returns the “default value” for a type. Read more
impl Copy for QueueFamilyCheckpointPropertiesNV
impl ExtendsQueueFamilyProperties2 for QueueFamilyCheckpointPropertiesNV
Auto Trait Implementations
impl RefUnwindSafe for QueueFamilyCheckpointPropertiesNV
impl !Send for QueueFamilyCheckpointPropertiesNV
impl !Sync for QueueFamilyCheckpointPropertiesNV
impl Unpin for QueueFamilyCheckpointPropertiesNV
impl UnwindSafe for QueueFamilyCheckpointPropertiesNV
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more