[][src]Struct weedle::types::LongType

pub struct LongType {
    pub unsigned: Option<Unsigned>,
    pub long: Long,
}

Parses unsigned? long

Fields

unsigned: Option<Unsigned>long: Long

Trait Implementations

impl Clone for LongType[src]

impl Copy for LongType[src]

impl Debug for LongType[src]

impl Eq for LongType[src]

impl From<LongType> for IntegerType[src]

impl Hash for LongType[src]

impl Ord for LongType[src]

impl<'a> Parse<'a> for LongType[src]

impl PartialEq<LongType> for LongType[src]

impl PartialOrd<LongType> for LongType[src]

impl StructuralEq for LongType[src]

impl StructuralPartialEq for LongType[src]

Auto Trait Implementations

impl RefUnwindSafe for LongType

impl Send for LongType

impl Sync for LongType

impl Unpin for LongType

impl UnwindSafe for LongType

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.