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