#[repr(C)]pub struct PhysicalDeviceImageViewImageFormatInfoEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub image_view_type: ImageViewType,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voidimage_view_type: ImageViewTypeImplementations
Trait Implementations
sourceimpl Clone for PhysicalDeviceImageViewImageFormatInfoEXT
impl Clone for PhysicalDeviceImageViewImageFormatInfoEXT
sourcefn clone(&self) -> PhysicalDeviceImageViewImageFormatInfoEXT
fn clone(&self) -> PhysicalDeviceImageViewImageFormatInfoEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PhysicalDeviceImageViewImageFormatInfoEXT
impl Default for PhysicalDeviceImageViewImageFormatInfoEXT
sourcefn default() -> PhysicalDeviceImageViewImageFormatInfoEXT
fn default() -> PhysicalDeviceImageViewImageFormatInfoEXT
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceImageViewImageFormatInfoEXT
impl ExtendsPhysicalDeviceImageFormatInfo2 for PhysicalDeviceImageViewImageFormatInfoEXT
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceImageViewImageFormatInfoEXT
impl !Send for PhysicalDeviceImageViewImageFormatInfoEXT
impl !Sync for PhysicalDeviceImageViewImageFormatInfoEXT
impl Unpin for PhysicalDeviceImageViewImageFormatInfoEXT
impl UnwindSafe for PhysicalDeviceImageViewImageFormatInfoEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more