#[repr(C)]pub struct VkExtent3D {
pub width: u32,
pub height: u32,
pub depth: u32,
}
Fields§
§width: u32
§height: u32
§depth: u32
Trait Implementations§
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§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkExtent3D
impl Default for VkExtent3D
Source§fn default() -> VkExtent3D
fn default() -> VkExtent3D
Returns the “default value” for a type. Read more
impl Copy 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