#[repr(C)]pub struct TM_IndexDelete {
pub tid: ItemPointerData,
pub id: int16,
}
Fields§
§tid: ItemPointerData
§id: int16
Trait Implementations§
Source§impl Clone for TM_IndexDelete
impl Clone for TM_IndexDelete
Source§fn clone(&self) -> TM_IndexDelete
fn clone(&self) -> TM_IndexDelete
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 moreSource§impl Debug for TM_IndexDelete
impl Debug for TM_IndexDelete
Source§impl Default for TM_IndexDelete
impl Default for TM_IndexDelete
Source§fn default() -> TM_IndexDelete
fn default() -> TM_IndexDelete
Returns the “default value” for a type. Read more
impl Copy for TM_IndexDelete
Auto Trait Implementations§
impl Freeze for TM_IndexDelete
impl RefUnwindSafe for TM_IndexDelete
impl Send for TM_IndexDelete
impl Sync for TM_IndexDelete
impl Unpin for TM_IndexDelete
impl UnwindSafe for TM_IndexDelete
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