Struct core_graphics::geometry::CGRect [−][src]
Fields
origin: CGPoint
size: CGSize
Implementations
pub fn from_dict_representation(
dict: &CFDictionary<*const c_void, *const c_void>
) -> Option<CGRect>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CGRect
impl UnwindSafe for CGRect
Blanket Implementations
Mutably borrows from an owned value. Read more