#[repr(C)]pub struct TM_IndexDeleteOp {
pub bottomup: bool,
pub bottomupfreespace: c_int,
pub ndeltids: c_int,
pub deltids: *mut TM_IndexDelete,
pub status: *mut TM_IndexStatus,
}Fields§
§bottomup: bool§bottomupfreespace: c_int§ndeltids: c_int§deltids: *mut TM_IndexDelete§status: *mut TM_IndexStatusTrait Implementations§
Source§impl Clone for TM_IndexDeleteOp
impl Clone for TM_IndexDeleteOp
Source§fn clone(&self) -> TM_IndexDeleteOp
fn clone(&self) -> TM_IndexDeleteOp
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TM_IndexDeleteOp
Source§impl Debug for TM_IndexDeleteOp
impl Debug for TM_IndexDeleteOp
Auto Trait Implementations§
impl !Send for TM_IndexDeleteOp
impl !Sync for TM_IndexDeleteOp
impl Freeze for TM_IndexDeleteOp
impl RefUnwindSafe for TM_IndexDeleteOp
impl Unpin for TM_IndexDeleteOp
impl UnsafeUnpin for TM_IndexDeleteOp
impl UnwindSafe for TM_IndexDeleteOp
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