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