[][src]Struct wcxhead::tOpenArchiveDataW

#[repr(C)]
pub struct tOpenArchiveDataW {
    pub ArcName: *mut WCHAR,
    pub OpenMode: c_int,
    pub OpenResult: c_int,
    pub CmtBuf: *mut WCHAR,
    pub CmtBufSize: c_int,
    pub CmtSize: c_int,
    pub CmtState: c_int,
}

Fields

ArcName: *mut WCHAROpenMode: c_intOpenResult: c_intCmtBuf: *mut WCHARCmtBufSize: c_intCmtSize: c_intCmtState: c_int

Auto Trait Implementations

impl !Sync for tOpenArchiveDataW

impl Unpin for tOpenArchiveDataW

impl !Send for tOpenArchiveDataW

impl UnwindSafe for tOpenArchiveDataW

impl RefUnwindSafe for tOpenArchiveDataW

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]