Fields
x: f64y: f64width: f64height: f64Implementations
sourceimpl Rectangle
impl Rectangle
pub fn to_raw_none(&self) -> *mut cairo_rectangle_t
Trait Implementations
sourceimpl<'a> FromValueOptional<'a> for Rectangle
impl<'a> FromValueOptional<'a> for Rectangle
unsafe fn from_value_optional(v: &'a Value) -> Option<Self>
sourceimpl SetValueOptional for Rectangle
impl SetValueOptional for Rectangle
unsafe fn set_value_optional(v: &mut Value, s: Option<&Self>)
sourceimpl StaticType for Rectangle
impl StaticType for Rectangle
sourcefn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self.impl Copy for Rectangle
impl StructuralPartialEq for Rectangle
Auto Trait Implementations
impl RefUnwindSafe for Rectangle
impl Send for Rectangle
impl Sync for Rectangle
impl Unpin for Rectangle
impl UnwindSafe for Rectangle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToSendValue for Twhere
T: SetValue + Send + ToValue + ?Sized,
impl<T> ToSendValue for Twhere
T: SetValue + Send + ToValue + ?Sized,
sourcefn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
Returns a
SendValue clone of self.