#[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 (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 TupOutputState
Source§impl Debug for TupOutputState
impl Debug for TupOutputState
Auto Trait Implementations§
impl !Send for TupOutputState
impl !Sync for TupOutputState
impl Freeze for TupOutputState
impl RefUnwindSafe for TupOutputState
impl Unpin for TupOutputState
impl UnsafeUnpin 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