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