pub type udf_lb_addr_t = udf_lb_addr_s;Expand description
Recorded Address (ECMA 167r3 4/7.1)
Aliased Type§
#[repr(C, packed(1))]pub struct udf_lb_addr_t {
pub lba: u32,
pub partitionReferenceNum: u16,
}Fields§
§lba: u32§partitionReferenceNum: u16