pub struct SelectItemAlignedOutputs {
pub left: Option<Px>,
pub right: Option<Px>,
pub top: Option<Px>,
pub bottom: Option<Px>,
pub width: Px,
pub min_width: Px,
pub height: Px,
pub min_height: Px,
pub max_height: Px,
pub scroll_to_y: Option<Px>,
}Fields§
§left: Option<Px>§right: Option<Px>§top: Option<Px>§bottom: Option<Px>§width: Px§min_width: Px§height: Px§min_height: Px§max_height: Px§scroll_to_y: Option<Px>Desired scroll offset to maintain trigger<->selected alignment when clamping to top.
Trait Implementations§
Source§impl Clone for SelectItemAlignedOutputs
impl Clone for SelectItemAlignedOutputs
Source§fn clone(&self) -> SelectItemAlignedOutputs
fn clone(&self) -> SelectItemAlignedOutputs
Returns a duplicate 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 Debug for SelectItemAlignedOutputs
impl Debug for SelectItemAlignedOutputs
Source§impl PartialEq for SelectItemAlignedOutputs
impl PartialEq for SelectItemAlignedOutputs
impl Copy for SelectItemAlignedOutputs
impl StructuralPartialEq for SelectItemAlignedOutputs
Auto Trait Implementations§
impl Freeze for SelectItemAlignedOutputs
impl RefUnwindSafe for SelectItemAlignedOutputs
impl Send for SelectItemAlignedOutputs
impl Sync for SelectItemAlignedOutputs
impl Unpin for SelectItemAlignedOutputs
impl UnsafeUnpin for SelectItemAlignedOutputs
impl UnwindSafe for SelectItemAlignedOutputs
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