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