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