Struct spinel_vk_rs_sys::spinel_extent_2d
source · #[repr(C)]pub struct spinel_extent_2d {
pub width: u32,
pub height: u32,
}
Fields§
§width: u32
§height: u32
Trait Implementations§
source§impl Clone for spinel_extent_2d
impl Clone for spinel_extent_2d
source§fn clone(&self) -> spinel_extent_2d
fn clone(&self) -> spinel_extent_2d
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 more