pub struct ResidentPackedReceipt { /* private fields */ }Expand description
One fixed-size device receipt: terminal wire record, changed flag, then u32 counts.
Implementations§
Source§impl ResidentPackedReceipt
impl ResidentPackedReceipt
pub fn device_bytes(&self) -> &TrackedCudaSlice<u8>
pub fn len_bytes(&self) -> usize
pub fn relation_count_len(&self) -> u32
pub fn device_trace_field_count(&self) -> u32
pub fn schema_winner_count(&self) -> u32
pub fn total_count_field_len(&self) -> u32
pub fn record_uses(&self, recorder: &mut LaunchRecorder)
Auto Trait Implementations§
impl Freeze for ResidentPackedReceipt
impl RefUnwindSafe for ResidentPackedReceipt
impl Send for ResidentPackedReceipt
impl Sync for ResidentPackedReceipt
impl Unpin for ResidentPackedReceipt
impl UnsafeUnpin for ResidentPackedReceipt
impl UnwindSafe for ResidentPackedReceipt
Blanket Implementations§
impl<T> Allocation for T
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