#[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 moreimpl Copy for ReorderBufferChange__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for ReorderBufferChange__bindgen_ty_1
impl RefUnwindSafe for ReorderBufferChange__bindgen_ty_1
impl !Send for ReorderBufferChange__bindgen_ty_1
impl !Sync for ReorderBufferChange__bindgen_ty_1
impl Unpin for ReorderBufferChange__bindgen_ty_1
impl UnwindSafe for ReorderBufferChange__bindgen_ty_1
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