[][src]Struct axfive_libzip_sys::zip_file_attributes

#[repr(C)]pub struct zip_file_attributes {
    pub valid: zip_uint64_t,
    pub version: zip_uint8_t,
    pub host_system: zip_uint8_t,
    pub ascii: zip_uint8_t,
    pub version_needed: zip_uint8_t,
    pub external_file_attributes: zip_uint32_t,
    pub general_purpose_bit_flags: zip_uint16_t,
    pub general_purpose_bit_mask: zip_uint16_t,
}

Fields

valid: zip_uint64_tversion: zip_uint8_thost_system: zip_uint8_tascii: zip_uint8_tversion_needed: zip_uint8_texternal_file_attributes: zip_uint32_tgeneral_purpose_bit_flags: zip_uint16_tgeneral_purpose_bit_mask: zip_uint16_t

Trait Implementations

impl Clone for zip_file_attributes[src]

impl Copy for zip_file_attributes[src]

impl Debug for zip_file_attributes[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.