[][src]Struct nine::p2000::Ropen

pub struct Ropen {
    pub tag: u16,
    pub qid: Qid,
    pub iounit: u32,
}

Fields

tag: u16qid: Qidiounit: u32

Trait Implementations

impl MessageTypeId for Ropen[src]

impl Eq for Ropen[src]

impl PartialEq<Ropen> for Ropen[src]

impl Debug for Ropen[src]

impl StructuralPartialEq for Ropen[src]

impl StructuralEq for Ropen[src]

impl Serialize for Ropen[src]

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

Auto Trait Implementations

impl Send for Ropen

impl Sync for Ropen

impl Unpin for Ropen

impl UnwindSafe for Ropen

impl RefUnwindSafe for Ropen

Blanket Implementations

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

impl<T> From<T> for T[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.

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

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

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

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