#[repr(C)]
pub union ReorderBufferChange__bindgen_ty_1 {
pub tp: ReorderBufferChange__bindgen_ty_1__bindgen_ty_1,
pub truncate: ReorderBufferChange__bindgen_ty_1__bindgen_ty_2,
pub msg: ReorderBufferChange__bindgen_ty_1__bindgen_ty_3,
pub snapshot: Snapshot,
pub command_id: CommandId,
pub tuplecid: ReorderBufferChange__bindgen_ty_1__bindgen_ty_4,
pub inval: ReorderBufferChange__bindgen_ty_1__bindgen_ty_5,
}
Fields§
§tp:ReorderBufferChange__bindgen_ty_1__bindgen_ty_1
§
truncate:ReorderBufferChange__bindgen_ty_1__bindgen_ty_2
§
msg:ReorderBufferChange__bindgen_ty_1__bindgen_ty_3
§
snapshot:Snapshot
§
command_id:CommandId
§
tuplecid:ReorderBufferChange__bindgen_ty_1__bindgen_ty_4
§
inval:ReorderBufferChange__bindgen_ty_1__bindgen_ty_5
Trait Implementations§
source§impl Clone for ReorderBufferChange__bindgen_ty_1
impl Clone for ReorderBufferChange__bindgen_ty_1
source§fn clone(&self) -> ReorderBufferChange__bindgen_ty_1
fn clone(&self) -> ReorderBufferChange__bindgen_ty_1
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 more