#[repr(C, packed(1))]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_t§version: iso711_t§u: iso_extension_record_s__bindgen_ty_1Auto Trait Implementations§
impl Freeze for iso_extension_record_s
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§
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