Struct guion::util::bounds::Offset[][src]

pub struct Offset {
    pub x: i32,
    pub y: i32,
}

Fields

x: i32y: i32

Implementations

impl Offset[src]

pub fn is_inside(&self, b: &Bounds) -> bool[src]

If the offset is inside the bound b

pub fn par(&self, o: Orientation) -> i32[src]

pub fn unpar(&self, o: Orientation) -> i32[src]

pub fn from_ori(par: i32, unpar: i32, o: Orientation) -> Self[src]

Trait Implementations

impl Add<&'_ Offset> for Bounds[src]

type Output = Bounds

The resulting type after applying the + operator.

impl<'a> Add<&'_ Offset> for &'a Bounds[src]

type Output = Bounds

The resulting type after applying the + operator.

impl<'a> Add<&'_ Offset> for &'a mut Bounds[src]

type Output = Bounds

The resulting type after applying the + operator.

impl Add<&'_ Offset> for Offset[src]

type Output = Offset

The resulting type after applying the + operator.

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

type Output = Offset

The resulting type after applying the + operator.

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

type Output = Offset

The resulting type after applying the + operator.

impl Add<&'_ mut Offset> for Bounds[src]

type Output = Bounds

The resulting type after applying the + operator.

impl<'a> Add<&'_ mut Offset> for &'a Bounds[src]

type Output = Bounds

The resulting type after applying the + operator.

impl<'a> Add<&'_ mut Offset> for &'a mut Bounds[src]

type Output = Bounds

The resulting type after applying the + operator.

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

type Output = Offset

The resulting type after applying the + operator.

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

type Output = Offset

The resulting type after applying the + operator.

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

type Output = Offset

The resulting type after applying the + operator.

impl Add<Offset> for Bounds[src]

type Output = Bounds

The resulting type after applying the + operator.

impl<'a> Add<Offset> for &'a Bounds[src]

type Output = Bounds

The resulting type after applying the + operator.

impl<'a> Add<Offset> for &'a mut Bounds[src]

type Output = Bounds

The resulting type after applying the + operator.

impl Add<Offset> for Offset[src]

type Output = Offset

The resulting type after applying the + operator.

impl<'a> Add<Offset> for &'a Offset[src]

type Output = Offset

The resulting type after applying the + operator.

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

type Output = Offset

The resulting type after applying the + operator.

impl AddAssign<&'_ Offset> for Bounds[src]

impl<'a> AddAssign<&'_ Offset> for &'a mut Bounds[src]

impl AddAssign<&'_ Offset> for Offset[src]

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

impl AddAssign<&'_ mut Offset> for Bounds[src]

impl<'a> AddAssign<&'_ mut Offset> for &'a mut Bounds[src]

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

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

impl AddAssign<Offset> for Bounds[src]

impl<'a> AddAssign<Offset> for &'a mut Bounds[src]

impl AddAssign<Offset> for Offset[src]

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

impl AsRef<Offset> for Offset[src]

impl Clone for Offset[src]

impl Copy for Offset[src]

impl Debug for Offset[src]

impl Default for Offset[src]

impl From<(i32, i32)> for Offset[src]

impl From<(u32, u32)> for Offset[src]

impl Into<(i32, i32)> for Offset[src]

impl Sub<&'_ Offset> for Bounds[src]

type Output = Bounds

The resulting type after applying the - operator.

impl<'a> Sub<&'_ Offset> for &'a Bounds[src]

type Output = Bounds

The resulting type after applying the - operator.

impl<'a> Sub<&'_ Offset> for &'a mut Bounds[src]

type Output = Bounds

The resulting type after applying the - operator.

impl Sub<&'_ Offset> for Offset[src]

type Output = Offset

The resulting type after applying the - operator.

impl<'a> Sub<&'_ Offset> for &'a Offset[src]

type Output = Offset

The resulting type after applying the - operator.

impl<'a> Sub<&'_ Offset> for &'a mut Offset[src]

type Output = Offset

The resulting type after applying the - operator.

impl Sub<&'_ mut Offset> for Bounds[src]

type Output = Bounds

The resulting type after applying the - operator.

impl<'a> Sub<&'_ mut Offset> for &'a Bounds[src]

type Output = Bounds

The resulting type after applying the - operator.

impl<'a> Sub<&'_ mut Offset> for &'a mut Bounds[src]

type Output = Bounds

The resulting type after applying the - operator.

impl Sub<&'_ mut Offset> for Offset[src]

type Output = Offset

The resulting type after applying the - operator.

impl<'a> Sub<&'_ mut Offset> for &'a Offset[src]

type Output = Offset

The resulting type after applying the - operator.

impl<'a> Sub<&'_ mut Offset> for &'a mut Offset[src]

type Output = Offset

The resulting type after applying the - operator.

impl Sub<Offset> for Bounds[src]

type Output = Bounds

The resulting type after applying the - operator.

impl<'a> Sub<Offset> for &'a Bounds[src]

type Output = Bounds

The resulting type after applying the - operator.

impl<'a> Sub<Offset> for &'a mut Bounds[src]

type Output = Bounds

The resulting type after applying the - operator.

impl Sub<Offset> for Offset[src]

type Output = Offset

The resulting type after applying the - operator.

impl<'a> Sub<Offset> for &'a Offset[src]

type Output = Offset

The resulting type after applying the - operator.

impl<'a> Sub<Offset> for &'a mut Offset[src]

type Output = Offset

The resulting type after applying the - operator.

impl SubAssign<&'_ Offset> for Bounds[src]

impl<'a> SubAssign<&'_ Offset> for &'a mut Bounds[src]

impl SubAssign<&'_ Offset> for Offset[src]

impl<'a> SubAssign<&'_ Offset> for &'a mut Offset[src]

impl SubAssign<&'_ mut Offset> for Bounds[src]

impl<'a> SubAssign<&'_ mut Offset> for &'a mut Bounds[src]

impl SubAssign<&'_ mut Offset> for Offset[src]

impl<'a> SubAssign<&'_ mut Offset> for &'a mut Offset[src]

impl SubAssign<Offset> for Bounds[src]

impl<'a> SubAssign<Offset> for &'a mut Bounds[src]

impl SubAssign<Offset> for Offset[src]

impl<'a> SubAssign<Offset> for &'a mut Offset[src]

Auto Trait Implementations

impl RefUnwindSafe for Offset

impl Send for Offset

impl Sync for Offset

impl Unpin for Offset

impl UnwindSafe for Offset

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.