[][src]Struct blend2d::geometry::BoxD

#[repr(C)]
pub struct BoxD {
    pub x0: f64,
    pub y0: f64,
    pub x1: f64,
    pub y1: f64,
}

Fields

x0: f64y0: f64x1: f64y1: f64

Trait Implementations

impl ArrayType for BoxD[src]

impl Geometry for BoxD[src]

impl GeoViewArray for BoxD[src]

impl PartialEq<BoxD> for BoxD[src]

impl Clone for BoxD[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Default for BoxD[src]

impl Copy for BoxD[src]

impl Debug for BoxD[src]

Auto Trait Implementations

impl Send for BoxD

impl Unpin for BoxD

impl Sync for BoxD

impl RefUnwindSafe for BoxD

impl UnwindSafe for BoxD

Blanket Implementations

impl<T> ArrayType for T where
    T: WrappedBlCore, 
[src]

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

impl<T, U> Into<U> for T where
    U: From<T>, 
[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.

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

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

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