[][src]Struct nine::p2000::Twrite

pub struct Twrite {
    pub tag: u16,
    pub fid: u32,
    pub offset: u64,
    pub data: Vec<u8>,
}

Fields

tag: u16fid: u32offset: u64data: Vec<u8>

Trait Implementations

impl MessageTypeId for Twrite[src]

impl Eq for Twrite[src]

impl PartialEq<Twrite> for Twrite[src]

impl Debug for Twrite[src]

impl StructuralPartialEq for Twrite[src]

impl StructuralEq for Twrite[src]

impl Serialize for Twrite[src]

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

Auto Trait Implementations

impl Send for Twrite

impl Sync for Twrite

impl Unpin for Twrite

impl UnwindSafe for Twrite

impl RefUnwindSafe for Twrite

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]