pub struct GCImage {
pub header: DVDHeader,
pub banner: Banner,
pub region: Region,
}Fields§
§header: DVDHeader§region: RegionImplementations§
Auto Trait Implementations§
impl Freeze for GCImage
impl RefUnwindSafe for GCImage
impl Send for GCImage
impl Sync for GCImage
impl Unpin for GCImage
impl UnwindSafe for GCImage
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