Struct libcdio_sys::udf_long_ad_s
source · #[repr(C, packed)]pub struct udf_long_ad_s {
pub len: udf_Uint32_t,
pub loc: udf_lb_addr_t,
pub imp_use: [udf_Uint8_t; 6],
}Fields
len: udf_Uint32_tloc: udf_lb_addr_timp_use: [udf_Uint8_t; 6]Auto Trait Implementations
impl RefUnwindSafe for udf_long_ad_s
impl Send for udf_long_ad_s
impl Sync for udf_long_ad_s
impl Unpin for udf_long_ad_s
impl UnwindSafe for udf_long_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