Struct DVD_WARNING
#[repr(transparent)]pub struct DVD_WARNING(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for DVD_WARNING
impl Clone for DVD_WARNING
§fn clone(&self) -> DVD_WARNING
fn clone(&self) -> DVD_WARNING
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DVD_WARNING
impl Debug for DVD_WARNING
§impl Default for DVD_WARNING
impl Default for DVD_WARNING
§fn default() -> DVD_WARNING
fn default() -> DVD_WARNING
Returns the “default value” for a type. Read more
§impl PartialEq for DVD_WARNING
impl PartialEq for DVD_WARNING
impl Copy for DVD_WARNING
impl Eq for DVD_WARNING
impl StructuralPartialEq for DVD_WARNING
Auto Trait Implementations§
impl Freeze for DVD_WARNING
impl RefUnwindSafe for DVD_WARNING
impl Send for DVD_WARNING
impl Sync for DVD_WARNING
impl Unpin for DVD_WARNING
impl UnwindSafe for DVD_WARNING
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