#[repr(C)]pub struct IndexFetchHeapData {
pub xs_base: IndexFetchTableData,
pub xs_cbuf: Buffer,
}Fields§
§xs_base: IndexFetchTableData§xs_cbuf: BufferTrait Implementations§
Source§impl Clone for IndexFetchHeapData
impl Clone for IndexFetchHeapData
Source§fn clone(&self) -> IndexFetchHeapData
fn clone(&self) -> IndexFetchHeapData
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 IndexFetchHeapData
Source§impl Debug for IndexFetchHeapData
impl Debug for IndexFetchHeapData
Auto Trait Implementations§
impl !Send for IndexFetchHeapData
impl !Sync for IndexFetchHeapData
impl Freeze for IndexFetchHeapData
impl RefUnwindSafe for IndexFetchHeapData
impl Unpin for IndexFetchHeapData
impl UnsafeUnpin for IndexFetchHeapData
impl UnwindSafe for IndexFetchHeapData
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