[][src]Struct zipper::format::EndOfCD

pub struct EndOfCD {
    pub signature: u32,
    pub disk_num: u16,
    pub start_disk: u16,
    pub total_records: u16,
    pub cd_size: u32,
    pub cd_offset: u32,
    pub comment_len: u16,
    pub comment: Vec<u8>,
}

Fields

signature: u32disk_num: u16start_disk: u16total_records: u16cd_size: u32cd_offset: u32comment_len: u16comment: Vec<u8>

Methods

impl EndOfCD[src]

pub fn to_le_bytes(&self) -> Vec<u8>[src]

Trait Implementations

impl Default for EndOfCD[src]

Auto Trait Implementations

impl Sync for EndOfCD

impl Send for EndOfCD

impl Unpin for EndOfCD

impl RefUnwindSafe for EndOfCD

impl UnwindSafe for EndOfCD

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]