[][src]Struct libcdio_sys::iso9660_pvd_s

#[repr(C, packed)]
pub struct iso9660_pvd_s { pub type_: iso711_t, pub id: [c_char; 5], pub version: iso711_t, pub unused1: [c_char; 1], pub system_id: [achar_t; 32], pub volume_id: [dchar_t; 32], pub unused2: [u8; 8], pub volume_space_size: iso733_t, pub unused3: [u8; 32], pub volume_set_size: iso723_t, pub volume_sequence_number: iso723_t, pub logical_block_size: iso723_t, pub path_table_size: iso733_t, pub type_l_path_table: iso731_t, pub opt_type_l_path_table: iso731_t, pub type_m_path_table: iso732_t, pub opt_type_m_path_table: iso732_t, pub root_directory_record: iso9660_dir_t, pub root_directory_filename: c_char, pub volume_set_id: [dchar_t; 128], pub publisher_id: [achar_t; 128], pub preparer_id: [achar_t; 128], pub application_id: [achar_t; 128], pub copyright_file_id: [dchar_t; 37], pub abstract_file_id: [dchar_t; 37], pub bibliographic_file_id: [dchar_t; 37], pub creation_date: iso9660_ltime_t, pub modification_date: iso9660_ltime_t, pub expiration_date: iso9660_ltime_t, pub effective_date: iso9660_ltime_t, pub file_structure_version: iso711_t, pub unused4: [u8; 1], pub application_data: [c_char; 512], pub unused5: [u8; 653], }

Fields

type_: iso711_tid: [c_char; 5]version: iso711_tunused1: [c_char; 1]system_id: [achar_t; 32]volume_id: [dchar_t; 32]unused2: [u8; 8]volume_space_size: iso733_tunused3: [u8; 32]volume_set_size: iso723_tvolume_sequence_number: iso723_tlogical_block_size: iso723_tpath_table_size: iso733_ttype_l_path_table: iso731_topt_type_l_path_table: iso731_ttype_m_path_table: iso732_topt_type_m_path_table: iso732_troot_directory_record: iso9660_dir_troot_directory_filename: c_charvolume_set_id: [dchar_t; 128]publisher_id: [achar_t; 128]preparer_id: [achar_t; 128]application_id: [achar_t; 128]copyright_file_id: [dchar_t; 37]abstract_file_id: [dchar_t; 37]bibliographic_file_id: [dchar_t; 37]creation_date: iso9660_ltime_tmodification_date: iso9660_ltime_texpiration_date: iso9660_ltime_teffective_date: iso9660_ltime_tfile_structure_version: iso711_tunused4: [u8; 1]application_data: [c_char; 512]unused5: [u8; 653]

Trait Implementations

impl Copy for iso9660_pvd_s[src]

impl Clone for iso9660_pvd_s[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

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> 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]