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