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