#[repr(C)]pub struct PhysicalDeviceHostImageCopyFeatures {
pub s_type: StructureType,
pub next: *mut c_void,
pub host_image_copy: u32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§host_image_copy: u32Trait Implementations§
Source§impl Cast for PhysicalDeviceHostImageCopyFeatures
impl Cast for PhysicalDeviceHostImageCopyFeatures
Source§type Target = PhysicalDeviceHostImageCopyFeatures
type Target = PhysicalDeviceHostImageCopyFeatures
The other type this type can be used interchangeably with in FFI.
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 Default for PhysicalDeviceHostImageCopyFeatures
impl Default for PhysicalDeviceHostImageCopyFeatures
Source§fn default() -> PhysicalDeviceHostImageCopyFeatures
fn default() -> PhysicalDeviceHostImageCopyFeatures
Returns the “default value” for a type. Read more
Source§impl HasBuilder<'static> for PhysicalDeviceHostImageCopyFeatures
impl HasBuilder<'static> for PhysicalDeviceHostImageCopyFeatures
Source§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 ExtendsDeviceCreateInfo for PhysicalDeviceHostImageCopyFeatures
impl ExtendsPhysicalDeviceFeatures2 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