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