Struct skia_bindings::VkExtent2D
source · #[repr(C)]pub struct VkExtent2D {
pub width: u32,
pub height: u32,
}
Fields§
§width: u32
§height: u32
Trait Implementations§
source§impl Clone for VkExtent2D
impl Clone for VkExtent2D
source§fn clone(&self) -> VkExtent2D
fn clone(&self) -> VkExtent2D
Returns a copy 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 VkExtent2D
impl Debug for VkExtent2D
impl Copy for VkExtent2D
Auto Trait Implementations§
impl RefUnwindSafe for VkExtent2D
impl Send for VkExtent2D
impl Sync for VkExtent2D
impl Unpin for VkExtent2D
impl UnwindSafe for VkExtent2D
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