Enum fyrox_ui::rect::RectEditorMessage
source · pub enum RectEditorMessage<T>where
T: NumericType,{
Value(Rect<T>),
}Variants§
Implementations§
source§impl<T: NumericType> RectEditorMessage<T>
impl<T: NumericType> RectEditorMessage<T>
Trait Implementations§
source§impl<T> Clone for RectEditorMessage<T>where
T: NumericType + Clone,
impl<T> Clone for RectEditorMessage<T>where T: NumericType + Clone,
source§fn clone(&self) -> RectEditorMessage<T>
fn clone(&self) -> RectEditorMessage<T>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl<T> Debug for RectEditorMessage<T>where
T: NumericType + Debug,
impl<T> Debug for RectEditorMessage<T>where T: NumericType + Debug,
source§impl<T> PartialEq<RectEditorMessage<T>> for RectEditorMessage<T>where
T: NumericType + PartialEq,
impl<T> PartialEq<RectEditorMessage<T>> for RectEditorMessage<T>where T: NumericType + PartialEq,
source§fn eq(&self, other: &RectEditorMessage<T>) -> bool
fn eq(&self, other: &RectEditorMessage<T>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl<T> StructuralPartialEq for RectEditorMessage<T>where T: NumericType,
Auto Trait Implementations§
impl<T> RefUnwindSafe for RectEditorMessage<T>where T: RefUnwindSafe,
impl<T> Send for RectEditorMessage<T>
impl<T> Sync for RectEditorMessage<T>
impl<T> Unpin for RectEditorMessage<T>where T: Unpin,
impl<T> UnwindSafe for RectEditorMessage<T>where T: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> FieldValue for Twhere
T: 'static,
impl<T> FieldValue for Twhere T: 'static,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere SS: SubsetOf<SP>,
§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read more§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
Checks if
self is actually part of its subset T (and can be converted to it).§fn to_subset_unchecked(&self) -> SS
fn to_subset_unchecked(&self) -> SS
Use with care! Same as
self.to_subset but without any property checks. Always succeeds.§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
The inclusion map: converts
self to the equivalent element of its superset.