#[repr(C)]pub struct PhysicalDeviceCopyMemoryIndirectPropertiesNV {
pub sType: StructureType,
pub pNext: *mut c_void,
pub supportedQueues: QueueFlags,
}Fields§
§sType: StructureType§pNext: *mut c_void§supportedQueues: QueueFlagsTrait Implementations§
Source§impl Clone for PhysicalDeviceCopyMemoryIndirectPropertiesNV
impl Clone for PhysicalDeviceCopyMemoryIndirectPropertiesNV
Source§fn clone(&self) -> PhysicalDeviceCopyMemoryIndirectPropertiesNV
fn clone(&self) -> PhysicalDeviceCopyMemoryIndirectPropertiesNV
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 PhysicalDeviceCopyMemoryIndirectPropertiesNV
Auto Trait Implementations§
impl Freeze for PhysicalDeviceCopyMemoryIndirectPropertiesNV
impl RefUnwindSafe for PhysicalDeviceCopyMemoryIndirectPropertiesNV
impl !Send for PhysicalDeviceCopyMemoryIndirectPropertiesNV
impl !Sync for PhysicalDeviceCopyMemoryIndirectPropertiesNV
impl Unpin for PhysicalDeviceCopyMemoryIndirectPropertiesNV
impl UnwindSafe for PhysicalDeviceCopyMemoryIndirectPropertiesNV
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