[−][src]Enum conrod_core::widget::list::Down
Items flow from top to bottom.
Trait Implementations
impl Clone for Down[src]
impl Copy for Down[src]
impl Debug for Down[src]
impl Direction for Down[src]
type Axis = Y
The direction along which the Scrollbar is laid out.
fn ranges(Rect { x: x, y: y }: Rect) -> (Range, Range)[src]
fn scrollbar(id: Id) -> Scrollbar<Self::Axis>[src]
fn common_scroll(common: &CommonBuilder) -> Option<&Scroll>[src]
fn scroll_list_kids<S>(list: List<Self, S>) -> List<Self, S> where
Self: Sized,
S: ItemSize, [src]
Self: Sized,
S: ItemSize,
fn position_item<W>(
widget: W,
last_id: Option<Id>,
scroll_trigger_id: Id,
first_item_margin: Scalar
) -> W where
W: Widget, [src]
widget: W,
last_id: Option<Id>,
scroll_trigger_id: Id,
first_item_margin: Scalar
) -> W where
W: Widget,
fn position_scroll_trigger<W>(scroll_trigger: W, list: Id) -> W where
W: Widget, [src]
W: Widget,
fn size_breadth<W>(widget: W, breadth: Scalar) -> W where
W: Widget, [src]
W: Widget,
fn size_length<W>(widget: W, length: Scalar) -> W where
W: Widget, [src]
W: Widget,
impl Direction for Down[src]
fn key_direction(key: Key) -> Option<ListDirection>[src]
Auto Trait Implementations
impl RefUnwindSafe for Down
impl Send for Down
impl Sync for Down
impl Unpin for Down
impl UnwindSafe for Down
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> 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>,