[−][src]Struct conrod_core::widget::CommonState
A wrapper around state that is common to all Widget types.
Fields
rect: Rect
The rectangle describing the Widget
's area.
depth: Depth
The rendering depth for the Widget (the default is 0.0).
maybe_dragged_from: Option<Point>
If widget is draggable and is being dragged, this is where it started
maybe_floating: Option<Floating>
Floating state for the widget if it is floating.
kid_area: KidArea
The area of the widget upon which kid widgets are placed.
maybe_x_scroll_state: Option<StateX>
If the widget is scrollable across the x axis.
maybe_y_scroll_state: Option<StateY>
If the widget is scrollable across the y axis.
Trait Implementations
impl Clone for CommonState
[src]
fn clone(&self) -> CommonState
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for CommonState
[src]
impl Debug for CommonState
[src]
impl PartialEq<CommonState> for CommonState
[src]
fn eq(&self, other: &CommonState) -> bool
[src]
fn ne(&self, other: &CommonState) -> bool
[src]
impl StructuralPartialEq for CommonState
[src]
Auto Trait Implementations
impl RefUnwindSafe for CommonState
impl Send for CommonState
impl Sync for CommonState
impl Unpin for CommonState
impl UnwindSafe for CommonState
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Style for T where
T: Any + Debug + PartialEq<T>,
[src]
T: Any + Debug + PartialEq<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,