Struct libcdio_sys::iso_extension_record_s
source · #[repr(C, packed)]pub struct iso_extension_record_s {
pub signature: [c_char; 2],
pub len: iso711_t,
pub version: iso711_t,
pub u: iso_extension_record_s__bindgen_ty_1,
}Fields
signature: [c_char; 2]len: iso711_tversion: iso711_tu: iso_extension_record_s__bindgen_ty_1Auto Trait Implementations
impl RefUnwindSafe for iso_extension_record_s
impl Send for iso_extension_record_s
impl Sync for iso_extension_record_s
impl Unpin for iso_extension_record_s
impl UnwindSafe for iso_extension_record_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