[−][src]Struct wcxhead::tHeaderDataExW
Fields
ArcName: [WCHAR; 1024]FileName: [WCHAR; 1024]Flags: c_intPackSize: c_uintPackSizeHigh: c_uintUnpSize: c_uintUnpSizeHigh: c_uintHostOS: c_intFileCRC: c_intFileTime: c_intUnpVer: c_intMethod: c_intFileAttr: c_intCmtBuf: *mut c_charCmtBufSize: c_intCmtSize: c_intCmtState: c_intReserved: [c_char; 1024]Auto Trait Implementations
impl !Sync for tHeaderDataExW
impl Unpin for tHeaderDataExW
impl !Send for tHeaderDataExW
impl UnwindSafe for tHeaderDataExW
impl RefUnwindSafe for tHeaderDataExW
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,