Struct DVD_RELATIVE_BUTTON
#[repr(transparent)]pub struct DVD_RELATIVE_BUTTON(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for DVD_RELATIVE_BUTTON
impl Clone for DVD_RELATIVE_BUTTON
§fn clone(&self) -> DVD_RELATIVE_BUTTON
fn clone(&self) -> DVD_RELATIVE_BUTTON
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_RELATIVE_BUTTON
impl Debug for DVD_RELATIVE_BUTTON
§impl Default for DVD_RELATIVE_BUTTON
impl Default for DVD_RELATIVE_BUTTON
§fn default() -> DVD_RELATIVE_BUTTON
fn default() -> DVD_RELATIVE_BUTTON
Returns the “default value” for a type. Read more
§impl PartialEq for DVD_RELATIVE_BUTTON
impl PartialEq for DVD_RELATIVE_BUTTON
impl Copy for DVD_RELATIVE_BUTTON
impl Eq for DVD_RELATIVE_BUTTON
impl StructuralPartialEq for DVD_RELATIVE_BUTTON
Auto Trait Implementations§
impl Freeze for DVD_RELATIVE_BUTTON
impl RefUnwindSafe for DVD_RELATIVE_BUTTON
impl Send for DVD_RELATIVE_BUTTON
impl Sync for DVD_RELATIVE_BUTTON
impl Unpin for DVD_RELATIVE_BUTTON
impl UnwindSafe for DVD_RELATIVE_BUTTON
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