pub struct DvdDiscSource {
pub disc: DvdDisc,
/* private fields */
}Expand description
Wrapper carrying the disc enumeration + the open file handle for
byte-range reads. Phase 2 will add an open_vob_reader helper.
Fields§
§disc: DvdDiscImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DvdDiscSource
impl RefUnwindSafe for DvdDiscSource
impl Send for DvdDiscSource
impl Sync for DvdDiscSource
impl Unpin for DvdDiscSource
impl UnsafeUnpin for DvdDiscSource
impl UnwindSafe for DvdDiscSource
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