[][src]Struct gog::extract::CentralDirectory

pub struct CentralDirectory {
    pub header: u32,
    pub disk: u16,
    pub cd_start_disk: u16,
    pub cd_records: u16,
    pub total_cd_records: u16,
    pub cd_size: u32,
    pub cd_start_offset: u32,
    pub comment_length: u16,
    pub comment: String,
}

Fields

header: u32disk: u16cd_start_disk: u16cd_records: u16total_cd_records: u16cd_size: u32cd_start_offset: u32comment_length: u16comment: String

Methods

impl CentralDirectory[src]

pub fn from_reader<R: Read>(reader: &mut BufReader<R>) -> Self[src]

Trait Implementations

impl Debug for CentralDirectory[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<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> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err