Struct libcdio_sys::udf_ext_ad_s
source · #[repr(C, packed)]pub struct udf_ext_ad_s {
pub len: udf_Uint32_t,
pub recorded_len: udf_Uint32_t,
pub information_len: udf_Uint32_t,
pub ext_loc: udf_lb_addr_t,
}Fields
len: udf_Uint32_trecorded_len: udf_Uint32_tinformation_len: udf_Uint32_text_loc: udf_lb_addr_tAuto Trait Implementations
impl RefUnwindSafe for udf_ext_ad_s
impl Send for udf_ext_ad_s
impl Sync for udf_ext_ad_s
impl Unpin for udf_ext_ad_s
impl UnwindSafe for udf_ext_ad_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