Struct libcdio_sys::iso_su_er_s
source · #[repr(C, packed)]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_tlen_des: c_ucharlen_src: c_ucharext_ver: iso711_tdata: __IncompleteArrayField<c_char>Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more