Struct cairo::Rectangle [−][src]
Fields
x: f64y: f64width: f64height: f64Implementations
Trait Implementations
type Checker = GenericValueTypeOrNoneChecker<Self>
type Checker = GenericValueTypeOrNoneChecker<Self>Value type checker.
Get the contained value from a Value. Read more
Returns the type identifier of Self.
Convert an Option to a Value.
Auto Trait Implementations
impl RefUnwindSafe for Rectangleimpl UnwindSafe for RectangleBlanket Implementations
Mutably borrows from an owned value. Read more
Returns a SendValue clone of self.
impl<'a, T, C> FromValueOptional<'a> for T where
C: ValueTypeChecker<Error = ValueTypeMismatchOrNoneError>,
T: FromValue<'a, Checker = C>,