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