pub struct DoubleAxisSizing {
pub width: AxisSizing,
pub height: AxisSizing,
}Expand description
Width/height sizing pair.
Fields§
§width: AxisSizingHorizontal sizing behavior.
height: AxisSizingVertical sizing behavior.
Trait Implementations§
Source§impl Clone for DoubleAxisSizing
impl Clone for DoubleAxisSizing
Source§fn clone(&self) -> DoubleAxisSizing
fn clone(&self) -> DoubleAxisSizing
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DoubleAxisSizing
Auto Trait Implementations§
impl Freeze for DoubleAxisSizing
impl RefUnwindSafe for DoubleAxisSizing
impl Send for DoubleAxisSizing
impl Sync for DoubleAxisSizing
impl Unpin for DoubleAxisSizing
impl UnsafeUnpin for DoubleAxisSizing
impl UnwindSafe for DoubleAxisSizing
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<H, TailTarget, Source, Idx> Embed<RenderTList<H, TailTarget>, There<Idx>> for Sourcewhere
TailTarget: IsRenderList,
Source: Embed<TailTarget, Idx>,
impl<H, TailTarget, Source, Idx> Embed<RenderTList<H, TailTarget>, There<Idx>> for Sourcewhere
TailTarget: IsRenderList,
Source: Embed<TailTarget, Idx>,
Source§fn embed(self) -> RenderTList<H, TailTarget>
fn embed(self) -> RenderTList<H, TailTarget>
Converts
self into Target.