#[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: StructureTypep_next: *mut c_voidcheckpoint_execution_stage_mask: PipelineStageFlags2Implementations
sourceimpl QueueFamilyCheckpointProperties2NV
impl QueueFamilyCheckpointProperties2NV
pub fn builder<'a>() -> QueueFamilyCheckpointProperties2NVBuilder<'a>
Trait Implementations
sourceimpl Clone for QueueFamilyCheckpointProperties2NV
impl Clone for QueueFamilyCheckpointProperties2NV
sourcefn clone(&self) -> QueueFamilyCheckpointProperties2NV
fn clone(&self) -> QueueFamilyCheckpointProperties2NV
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 QueueFamilyCheckpointProperties2NV
impl Default for QueueFamilyCheckpointProperties2NV
sourcefn default() -> QueueFamilyCheckpointProperties2NV
fn default() -> QueueFamilyCheckpointProperties2NV
Returns the “default value” for a type. Read more
impl Copy for QueueFamilyCheckpointProperties2NV
impl ExtendsQueueFamilyProperties2 for QueueFamilyCheckpointProperties2NV
Auto Trait Implementations
impl RefUnwindSafe for QueueFamilyCheckpointProperties2NV
impl !Send for QueueFamilyCheckpointProperties2NV
impl !Sync for QueueFamilyCheckpointProperties2NV
impl Unpin for QueueFamilyCheckpointProperties2NV
impl UnwindSafe for QueueFamilyCheckpointProperties2NV
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