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