Fields
x: i32y: i32width: i32height: i32Implementations
Trait Implementations
sourceimpl AsRef<RectangleInt> for Rectangle
impl AsRef<RectangleInt> for Rectangle
sourcefn as_ref(&self) -> &RectangleInt
fn as_ref(&self) -> &RectangleInt
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl From<RectangleInt> for Rectangle
impl From<RectangleInt> for Rectangle
sourcefn from(r: RectangleInt) -> Rectangle
fn from(r: RectangleInt) -> Rectangle
Converts to this type from the input type.
sourceimpl<'a> FromValueOptional<'a> for Rectangle
impl<'a> FromValueOptional<'a> for Rectangle
unsafe fn from_value_optional(value: &'a Value) -> Option<Self>
sourceimpl SetValueOptional for Rectangle
impl SetValueOptional for Rectangle
unsafe fn set_value_optional(value: &mut Value, this: 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 Eq for Rectangle
impl StructuralEq 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.