#[repr(C, packed(1))]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_t§desc_version: udf_Uint16_t§cksum: udf_Uint8_t§reserved: udf_Uint8_t§i_serial: udf_Uint16_t§desc_CRC: udf_Uint16_t§desc_CRC_len: udf_Uint16_t§loc: udf_Uint32_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for udf_tag_s
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§
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