#[repr(C)]pub struct TupOutputState {
pub slot: *mut TupleTableSlot,
pub dest: *mut DestReceiver,
}Fields§
§slot: *mut TupleTableSlot§dest: *mut DestReceiverTrait Implementations§
Source§impl Clone for TupOutputState
impl Clone for TupOutputState
Source§fn clone(&self) -> TupOutputState
fn clone(&self) -> TupOutputState
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TupOutputState
impl Debug for TupOutputState
Source§impl Default for TupOutputState
impl Default for TupOutputState
impl Copy for TupOutputState
Auto Trait Implementations§
impl Freeze for TupOutputState
impl RefUnwindSafe for TupOutputState
impl !Send for TupOutputState
impl !Sync for TupOutputState
impl Unpin for TupOutputState
impl UnwindSafe for TupOutputState
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