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