Struct graphene_sys::graphene_size_t [−][src]
#[repr(C)]pub struct graphene_size_t { pub width: c_float, pub height: c_float, }
Fields
width: c_floatheight: c_floatTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for graphene_size_timpl Send for graphene_size_timpl Sync for graphene_size_timpl Unpin for graphene_size_timpl UnwindSafe for graphene_size_tBlanket Implementations
Mutably borrows from an owned value. Read more