#[repr(C)]pub struct VkExtent3D {
pub width: u32,
pub height: u32,
pub depth: u32,
}Fields§
§width: u32§height: u32§depth: u32Implementations§
Trait Implementations§
Source§impl AsFormat for VkExtent3D
impl AsFormat for VkExtent3D
Source§impl AsRef<VkExtent3D> for Extent3D
impl AsRef<VkExtent3D> for Extent3D
Source§impl Clone for VkExtent3D
impl Clone for VkExtent3D
Source§fn clone(&self) -> VkExtent3D
fn clone(&self) -> VkExtent3D
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 Debug for VkExtent3D
impl Debug for VkExtent3D
Source§impl From<VkExtent3D> for Extent2D
impl From<VkExtent3D> for Extent2D
Source§impl Hash for VkExtent3D
impl Hash for VkExtent3D
Source§impl ImageSize for VkExtent3D
impl ImageSize for VkExtent3D
const DIMENSION: VkImageType = 2i32
fn conv(self) -> VkExtent3D
Source§impl PartialEq for VkExtent3D
impl PartialEq for VkExtent3D
impl Copy for VkExtent3D
impl Eq for VkExtent3D
impl StructuralPartialEq for VkExtent3D
Auto Trait Implementations§
impl Freeze for VkExtent3D
impl RefUnwindSafe for VkExtent3D
impl Send for VkExtent3D
impl Sync for VkExtent3D
impl Unpin for VkExtent3D
impl UnwindSafe for VkExtent3D
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