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