#[repr(C, packed(1))]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: u16§user_id: u16§attributes: u16§signature: [c_char; 2]§filenum: u8§reserved: [u8; 5]Trait Implementations§
Source§impl Clone for iso9660_xa_s
impl Clone for iso9660_xa_s
Source§fn clone(&self) -> iso9660_xa_s
fn clone(&self) -> iso9660_xa_s
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for iso9660_xa_s
impl Debug for iso9660_xa_s
impl Copy for iso9660_xa_s
Auto Trait Implementations§
impl Freeze for iso9660_xa_s
impl RefUnwindSafe for iso9660_xa_s
impl Send for iso9660_xa_s
impl Sync for iso9660_xa_s
impl Unpin for iso9660_xa_s
impl UnwindSafe for iso9660_xa_s
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more