Struct cairo::RectangleInt [−][src]
Fields
x: i32y: i32width: i32height: i32Implementations
Trait Implementations
type Checker = GenericValueTypeOrNoneChecker<Self>
type Checker = GenericValueTypeOrNoneChecker<Self>
Value type checker.
Get the contained value from a Value. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Returns the type identifier of Self.
Convert an Option to a Value.
Auto Trait Implementations
impl RefUnwindSafe for RectangleInt
impl Send for RectangleInt
impl Sync for RectangleInt
impl Unpin for RectangleInt
impl UnwindSafe for RectangleInt
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a SendValue clone of self.