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