Struct libcdio_sys::terminal_entry_s
source · #[repr(C, packed)]pub struct terminal_entry_s {
pub tag: udf_tag_t,
pub icb_tag: udf_icbtag_t,
}Fields
tag: udf_tag_ticb_tag: udf_icbtag_tAuto Trait Implementations
impl RefUnwindSafe for terminal_entry_s
impl Send for terminal_entry_s
impl Sync for terminal_entry_s
impl Unpin for terminal_entry_s
impl UnwindSafe for terminal_entry_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