#[repr(C)]pub struct spinel_swapchain_create_info {
pub extent: spinel_extent_2d_t,
pub count: u32,
}
Fields§
§extent: spinel_extent_2d_t
§count: u32
Trait Implementations§
source§impl Clone for spinel_swapchain_create_info
impl Clone for spinel_swapchain_create_info
source§fn clone(&self) -> spinel_swapchain_create_info
fn clone(&self) -> spinel_swapchain_create_info
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