Struct guion::layout::size::StdGonstraints[][src]

pub struct StdGonstraints {
    pub x: StdGonstraintAxis,
    pub y: StdGonstraintAxis,
}

Size +/+= Border

Fields

x: StdGonstraintAxisy: StdGonstraintAxis

Implementations

impl StdGonstraints[src]

pub const fn fixed_const(w: u32, h: u32) -> Self[src]

Trait Implementations

impl Add<&'_ Border> for StdGonstraints[src]

type Output = StdGonstraints

The resulting type after applying the + operator.

impl<'a> Add<&'_ Border> for &'a StdGonstraints[src]

type Output = StdGonstraints

The resulting type after applying the + operator.

impl<'a> Add<&'_ Border> for &'a mut StdGonstraints[src]

type Output = StdGonstraints

The resulting type after applying the + operator.

impl Add<&'_ mut Border> for StdGonstraints[src]

type Output = StdGonstraints

The resulting type after applying the + operator.

impl<'a> Add<&'_ mut Border> for &'a StdGonstraints[src]

type Output = StdGonstraints

The resulting type after applying the + operator.

impl<'a> Add<&'_ mut Border> for &'a mut StdGonstraints[src]

type Output = StdGonstraints

The resulting type after applying the + operator.

impl Add<Border> for StdGonstraints[src]

type Output = StdGonstraints

The resulting type after applying the + operator.

impl<'a> Add<Border> for &'a StdGonstraints[src]

type Output = StdGonstraints

The resulting type after applying the + operator.

impl<'a> Add<Border> for &'a mut StdGonstraints[src]

type Output = StdGonstraints

The resulting type after applying the + operator.

impl AddAssign<&'_ Border> for StdGonstraints[src]

impl<'a> AddAssign<&'_ Border> for &'a mut StdGonstraints[src]

impl AddAssign<&'_ mut Border> for StdGonstraints[src]

impl<'a> AddAssign<&'_ mut Border> for &'a mut StdGonstraints[src]

impl AddAssign<Border> for StdGonstraints[src]

impl<'a> AddAssign<Border> for &'a mut StdGonstraints[src]

impl Clone for StdGonstraints[src]

impl Copy for StdGonstraints[src]

impl Gonstraints for StdGonstraints[src]

type Axis = StdGonstraintAxis

impl Index<Orientation> for StdGonstraints[src]

type Output = StdGonstraintAxis

The returned type after indexing.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<E, T> AtomState<E, T> for T where
    E: Env,
    T: Clone
[src]

impl<E, T> AtomStateMut<E, T> for T where
    E: Env,
    T: Clone
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> FromInto<U> for T where
    T: From<U> + Into<U>, 
[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<'_, S, T, E> StyleSelectorAppend<&'_ S, E> for T where
    T: StyleSelectorAppend<S, E>,
    S: StyleSelectag<E>, 
[src]

impl<'a, S, T, E> StyleSelectorAppend<&'a [S], E> for T where
    T: StyleSelectorAppend<S, E>,
    S: StyleSelectag<E>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.