#[repr(C)]pub struct PhysicalDeviceCopyMemoryIndirectFeaturesNV {
pub s_type: StructureType,
pub next: *mut c_void,
pub indirect_copy: Bool32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§indirect_copy: Bool32Trait Implementations§
Source§impl Clone for PhysicalDeviceCopyMemoryIndirectFeaturesNV
impl Clone for PhysicalDeviceCopyMemoryIndirectFeaturesNV
Source§fn clone(&self) -> PhysicalDeviceCopyMemoryIndirectFeaturesNV
fn clone(&self) -> PhysicalDeviceCopyMemoryIndirectFeaturesNV
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 moreSource§impl PartialEq for PhysicalDeviceCopyMemoryIndirectFeaturesNV
impl PartialEq for PhysicalDeviceCopyMemoryIndirectFeaturesNV
Source§fn eq(&self, other: &PhysicalDeviceCopyMemoryIndirectFeaturesNV) -> bool
fn eq(&self, other: &PhysicalDeviceCopyMemoryIndirectFeaturesNV) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceCopyMemoryIndirectFeaturesNV
impl Eq for PhysicalDeviceCopyMemoryIndirectFeaturesNV
impl Send for PhysicalDeviceCopyMemoryIndirectFeaturesNV
impl StructuralPartialEq for PhysicalDeviceCopyMemoryIndirectFeaturesNV
impl Sync for PhysicalDeviceCopyMemoryIndirectFeaturesNV
Auto Trait Implementations§
impl Freeze for PhysicalDeviceCopyMemoryIndirectFeaturesNV
impl RefUnwindSafe for PhysicalDeviceCopyMemoryIndirectFeaturesNV
impl Unpin for PhysicalDeviceCopyMemoryIndirectFeaturesNV
impl UnwindSafe for PhysicalDeviceCopyMemoryIndirectFeaturesNV
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