[][src]Struct space::Bits128

pub struct Bits128(pub [u8; 16]);

Trait Implementations

impl Clone for Bits128[src]

impl Copy for Bits128[src]

impl Debug for Bits128[src]

impl<'de> Deserialize<'de> for Bits128[src]

impl Eq for Bits128[src]

impl From<[u8; 16]> for Bits128[src]

impl Hash for Bits128[src]

impl Into<[u8; 16]> for Bits128[src]

impl PartialEq<Bits128> for Bits128[src]

impl Serialize for Bits128[src]

Auto Trait Implementations

impl RefUnwindSafe for Bits128

impl Send for Bits128

impl Sync for Bits128

impl Unpin for Bits128

impl UnwindSafe for Bits128

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, U> Cast<U> for T where
    U: FromCast<T>, 

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

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

impl<T> FromCast<T> for T

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.