#[repr(C, packed)]
pub struct iso9660_xa_s { pub group_id: u16, pub user_id: u16, pub attributes: u16, pub signature: [c_char; 2], pub filenum: u8, pub reserved: [u8; 5], }

Fields

group_id: u16user_id: u16attributes: u16signature: [c_char; 2]filenum: u8reserved: [u8; 5]

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.