#[repr(C)]pub struct QueueFamilyCheckpointProperties2NV {
pub sType: StructureType,
pub pNext: *mut c_void,
pub checkpointExecutionStageMask: PipelineStageFlags2,
}Fields§
§sType: StructureType§pNext: *mut c_void§checkpointExecutionStageMask: PipelineStageFlags2Trait Implementations§
Source§impl Clone for QueueFamilyCheckpointProperties2NV
impl Clone for QueueFamilyCheckpointProperties2NV
Source§fn clone(&self) -> QueueFamilyCheckpointProperties2NV
fn clone(&self) -> QueueFamilyCheckpointProperties2NV
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 moreimpl Copy 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