#[repr(C, packed(1))]pub struct iso_su_er_s {
pub len_id: iso711_t,
pub len_des: c_uchar,
pub len_src: c_uchar,
pub ext_ver: iso711_t,
pub data: __IncompleteArrayField<c_char>,
}Fields§
§len_id: iso711_t§len_des: c_uchar§len_src: c_uchar§ext_ver: iso711_t§data: __IncompleteArrayField<c_char>Auto Trait Implementations§
impl Freeze for iso_su_er_s
impl RefUnwindSafe for iso_su_er_s
impl Send for iso_su_er_s
impl Sync for iso_su_er_s
impl Unpin for iso_su_er_s
impl UnwindSafe for iso_su_er_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