#[repr(C)]pub struct ImageFormatProperties {
pub maxExtent: Extent3D,
pub maxMipLevels: u32,
pub maxArrayLayers: u32,
pub sampleCounts: SampleCountFlags,
pub maxResourceSize: DeviceSize,
}
Fields§
§maxExtent: Extent3D
§maxMipLevels: u32
§maxArrayLayers: u32
§sampleCounts: SampleCountFlags
§maxResourceSize: DeviceSize
Trait Implementations§
Source§impl Clone for ImageFormatProperties
impl Clone for ImageFormatProperties
Source§fn clone(&self) -> ImageFormatProperties
fn clone(&self) -> ImageFormatProperties
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for ImageFormatProperties
Auto Trait Implementations§
impl Freeze for ImageFormatProperties
impl RefUnwindSafe for ImageFormatProperties
impl Send for ImageFormatProperties
impl Sync for ImageFormatProperties
impl Unpin for ImageFormatProperties
impl UnwindSafe for ImageFormatProperties
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