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