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