pub struct SelectItemAlignedLayout {
pub outputs: SelectItemAlignedOutputs,
pub rect: Rect,
pub side: Side,
}Fields§
§outputs: SelectItemAlignedOutputs§rect: Rect§side: SideTrait Implementations§
Source§impl Clone for SelectItemAlignedLayout
impl Clone for SelectItemAlignedLayout
Source§fn clone(&self) -> SelectItemAlignedLayout
fn clone(&self) -> SelectItemAlignedLayout
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 SelectItemAlignedLayout
impl Debug for SelectItemAlignedLayout
Source§impl PartialEq for SelectItemAlignedLayout
impl PartialEq for SelectItemAlignedLayout
impl Copy for SelectItemAlignedLayout
impl StructuralPartialEq for SelectItemAlignedLayout
Auto Trait Implementations§
impl Freeze for SelectItemAlignedLayout
impl RefUnwindSafe for SelectItemAlignedLayout
impl Send for SelectItemAlignedLayout
impl Sync for SelectItemAlignedLayout
impl Unpin for SelectItemAlignedLayout
impl UnsafeUnpin for SelectItemAlignedLayout
impl UnwindSafe for SelectItemAlignedLayout
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