[][src]Struct lf2_parse::Wait

pub struct Wait(pub NonZeroU32);

Represents the frame number.

Methods from Deref<Target = NonZeroU32>

Trait Implementations

impl Clone for Wait[src]

impl Copy for Wait[src]

impl Debug for Wait[src]

impl Default for Wait[src]

impl Deref for Wait[src]

type Target = NonZeroU32

The resulting type after dereferencing.

impl DerefMut for Wait[src]

impl Display for Wait[src]

impl Eq for Wait[src]

impl FromStr for Wait[src]

type Err = ParseIntError

The associated error which can be returned from parsing.

impl PartialEq<Wait> for Wait[src]

impl StructuralEq for Wait[src]

impl StructuralPartialEq for Wait[src]

Auto Trait Implementations

impl RefUnwindSafe for Wait

impl Send for Wait

impl Sync for Wait

impl Unpin for Wait

impl UnwindSafe for Wait

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> ToString for T where
    T: Display + ?Sized
[src]

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.