[][src]Struct bedrock::Offset1D

#[repr(C)]
pub struct Offset1D(pub i32);

Trait Implementations

impl AsRef<[i32; 1]> for Offset1D[src]

impl AsRef<Offset1D> for Offset4D[src]

impl AsRef<Offset1D> for Offset3D[src]

impl AsRef<Offset1D> for Offset2D[src]

impl AsRef<Offset1D> for Offset1D[src]

impl AsRef<i32> for Offset1D[src]

impl Clone for Offset1D[src]

impl Copy for Offset1D[src]

impl Debug for Offset1D[src]

impl Eq for Offset1D[src]

impl From<Offset1D> for Offset2D[src]

impl From<Offset1D> for Offset3D[src]

impl Hash for Offset1D[src]

impl Ord for Offset1D[src]

impl PartialEq<Offset1D> for Offset1D[src]

impl PartialOrd<Offset1D> for Offset1D[src]

impl StructuralEq for Offset1D[src]

impl StructuralPartialEq for Offset1D[src]

Auto Trait Implementations

impl RefUnwindSafe for Offset1D

impl Send for Offset1D

impl Sync for Offset1D

impl Unpin for Offset1D

impl UnwindSafe for Offset1D

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[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> 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.