#[repr(C)]pub struct WorkTableScan {
pub scan: Scan,
pub wtParam: c_int,
}Fields§
§scan: Scan§wtParam: c_intTrait Implementations§
Source§impl Clone for WorkTableScan
impl Clone for WorkTableScan
Source§fn clone(&self) -> WorkTableScan
fn clone(&self) -> WorkTableScan
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 WorkTableScan
Source§impl Debug for WorkTableScan
impl Debug for WorkTableScan
Source§impl Default for WorkTableScan
impl Default for WorkTableScan
Source§impl Display for WorkTableScan
impl Display for WorkTableScan
Auto Trait Implementations§
impl !Send for WorkTableScan
impl !Sync for WorkTableScan
impl Freeze for WorkTableScan
impl RefUnwindSafe for WorkTableScan
impl Unpin for WorkTableScan
impl UnsafeUnpin for WorkTableScan
impl UnwindSafe for WorkTableScan
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