Struct DVD_ERROR
#[repr(transparent)]pub struct DVD_ERROR(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for DVD_ERROR
impl Eq for DVD_ERROR
impl StructuralPartialEq for DVD_ERROR
Auto Trait Implementations§
impl Freeze for DVD_ERROR
impl RefUnwindSafe for DVD_ERROR
impl Send for DVD_ERROR
impl Sync for DVD_ERROR
impl Unpin for DVD_ERROR
impl UnwindSafe for DVD_ERROR
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