[][src]Struct guestfs::ISOInfo

pub struct ISOInfo {
    pub iso_system_id: String,
    pub iso_volume_id: String,
    pub iso_volume_space_size: u32,
    pub iso_volume_set_size: u32,
    pub iso_volume_sequence_number: u32,
    pub iso_logical_block_size: u32,
    pub iso_volume_set_id: String,
    pub iso_publisher_id: String,
    pub iso_data_preparer_id: String,
    pub iso_application_id: String,
    pub iso_copyright_file_id: String,
    pub iso_abstract_file_id: String,
    pub iso_bibliographic_file_id: String,
    pub iso_volume_creation_t: i64,
    pub iso_volume_modification_t: i64,
    pub iso_volume_expiration_t: i64,
    pub iso_volume_effective_t: i64,
}

Fields

iso_system_id: Stringiso_volume_id: Stringiso_volume_space_size: u32iso_volume_set_size: u32iso_volume_sequence_number: u32iso_logical_block_size: u32iso_volume_set_id: Stringiso_publisher_id: Stringiso_data_preparer_id: Stringiso_application_id: Stringiso_copyright_file_id: Stringiso_abstract_file_id: Stringiso_bibliographic_file_id: Stringiso_volume_creation_t: i64iso_volume_modification_t: i64iso_volume_expiration_t: i64iso_volume_effective_t: i64

Trait Implementations

impl TryFrom<*const RawISOInfo> for ISOInfo[src]

type Error = Error

The type returned in the event of a conversion error.

Auto Trait Implementations

impl Sync for ISOInfo

impl Unpin for ISOInfo

impl Send for ISOInfo

impl UnwindSafe for ISOInfo

impl RefUnwindSafe for ISOInfo

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

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]