Struct graphene_sys::graphene_rect_t [−][src]
#[repr(C)]pub struct graphene_rect_t { pub origin: graphene_point_t, pub size: graphene_size_t, }
Fields
origin: graphene_point_tsize: graphene_size_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for graphene_rect_timpl Send for graphene_rect_timpl Sync for graphene_rect_timpl Unpin for graphene_rect_timpl UnwindSafe for graphene_rect_tBlanket Implementations
Mutably borrows from an owned value. Read more