[][src]Struct ytnef_sys::TNEFStruct

#[repr(C)]pub struct TNEFStruct {
    pub version: [c_char; 16],
    pub from: variableLength,
    pub subject: variableLength,
    pub dateSent: dtr,
    pub dateReceived: dtr,
    pub messageStatus: [c_char; 10],
    pub messageClass: [c_char; 50],
    pub messageID: [c_char; 50],
    pub parentID: [c_char; 50],
    pub conversationID: [c_char; 50],
    pub body: variableLength,
    pub priority: [c_char; 10],
    pub starting_attach: Attachment,
    pub dateModified: dtr,
    pub MapiProperties: MAPIProps,
    pub CodePage: variableLength,
    pub OriginalMessageClass: variableLength,
    pub Owner: variableLength,
    pub SentFor: variableLength,
    pub Delegate: variableLength,
    pub DateStart: dtr,
    pub DateEnd: dtr,
    pub AidOwner: variableLength,
    pub RequestRes: c_int,
    pub Debug: c_int,
    pub IO: TNEFIOStruct,
}

Fields

version: [c_char; 16]from: variableLengthsubject: variableLengthdateSent: dtrdateReceived: dtrmessageStatus: [c_char; 10]messageClass: [c_char; 50]messageID: [c_char; 50]parentID: [c_char; 50]conversationID: [c_char; 50]body: variableLengthpriority: [c_char; 10]starting_attach: AttachmentdateModified: dtrMapiProperties: MAPIPropsCodePage: variableLengthOriginalMessageClass: variableLengthOwner: variableLengthSentFor: variableLengthDelegate: variableLengthDateStart: dtrDateEnd: dtrAidOwner: variableLengthRequestRes: c_intDebug: c_intIO: TNEFIOStruct

Trait Implementations

impl Clone for TNEFStruct[src]

impl Copy for TNEFStruct[src]

Auto Trait Implementations

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.