Struct libcdio_sys::udf_tag_s
source · #[repr(C, packed)]pub struct udf_tag_s {
pub id: udf_Uint16_t,
pub desc_version: udf_Uint16_t,
pub cksum: udf_Uint8_t,
pub reserved: udf_Uint8_t,
pub i_serial: udf_Uint16_t,
pub desc_CRC: udf_Uint16_t,
pub desc_CRC_len: udf_Uint16_t,
pub loc: udf_Uint32_t,
}Fields
id: udf_Uint16_tdesc_version: udf_Uint16_tcksum: udf_Uint8_treserved: udf_Uint8_ti_serial: udf_Uint16_tdesc_CRC: udf_Uint16_tdesc_CRC_len: udf_Uint16_tloc: udf_Uint32_tAuto Trait Implementations
impl RefUnwindSafe for udf_tag_s
impl Send for udf_tag_s
impl Sync for udf_tag_s
impl Unpin for udf_tag_s
impl UnwindSafe for udf_tag_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