Enum taffy::compute::grid::track_sizing::IntrinsicContributionType
source · enum IntrinsicContributionType {
Minimum,
Maximum,
}
Expand description
Whether it is a minimum or maximum size’s space being distributed This controls behaviour of the space distribution algorithm when distributing beyond limits See “distributing space beyond limits” at https://www.w3.org/TR/css-grid-1/#extra-space
Variants§
Minimum
It’s a minimum size’s space being distributed
Maximum
It’s a maximum size’s space being distributed
Trait Implementations§
source§impl Clone for IntrinsicContributionType
impl Clone for IntrinsicContributionType
source§fn clone(&self) -> IntrinsicContributionType
fn clone(&self) -> IntrinsicContributionType
Returns a copy 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 IntrinsicContributionType
impl Debug for IntrinsicContributionType
impl Copy for IntrinsicContributionType
impl Eq for IntrinsicContributionType
impl StructuralPartialEq for IntrinsicContributionType
Auto Trait Implementations§
impl Freeze for IntrinsicContributionType
impl RefUnwindSafe for IntrinsicContributionType
impl Send for IntrinsicContributionType
impl Sync for IntrinsicContributionType
impl Unpin for IntrinsicContributionType
impl UnwindSafe for IntrinsicContributionType
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)