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