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_t
size: graphene_size_t
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for graphene_rect_t
impl Send for graphene_rect_t
impl Sync for graphene_rect_t
impl Unpin for graphene_rect_t
impl UnwindSafe for graphene_rect_t
Blanket Implementations
Mutably borrows from an owned value. Read more