[][src]Struct meansd::Bin

pub struct Bin { /* fields omitted */ }

A bin.

Methods

impl Bin[src]

pub fn bottom(&self) -> u64[src]

Returns the bottom end.

pub fn top(&self) -> u64[src]

Returns the top end.

Trait Implementations

impl Clone for Bin[src]

impl Copy for Bin[src]

impl Debug for Bin[src]

impl Default for Bin[src]

impl Eq for Bin[src]

impl Ord for Bin[src]

impl PartialEq<Bin> for Bin[src]

impl PartialOrd<Bin> for Bin[src]

impl StructuralEq for Bin[src]

impl StructuralPartialEq for Bin[src]

Auto Trait Implementations

impl RefUnwindSafe for Bin

impl Send for Bin

impl Sync for Bin

impl Unpin for Bin

impl UnwindSafe for Bin

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.