[][src]Struct sf::Sf

pub struct Sf(_);

Methods

impl Sf
[src]

pub fn new(ts: u64, wid: u16, seq: u16) -> Result<Self, String>
[src]

pub fn nil() -> Sf
[src]

Trait Implementations

impl Into<u64> for Sf
[src]

impl Default for Sf
[src]

impl LowerHex for Sf
[src]

impl UpperHex for Sf
[src]

impl Display for Sf
[src]

impl FromStr for Sf
[src]

type Err = String

The associated error which can be returned from parsing.

Auto Trait Implementations

impl Send for Sf

impl Sync for Sf

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T
[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]