pub struct IfdsPrepareScratch { /* private fields */ }Expand description
Caller-owned host scratch for repeated IFDS CSR preparation.
Implementations§
Source§impl IfdsPrepareScratch
impl IfdsPrepareScratch
Sourcepub fn input_slot_count(&self) -> usize
pub fn input_slot_count(&self) -> usize
Retained encoded input slots for CSR preparation.
Sourcepub fn output_slot_count(&self) -> usize
pub fn output_slot_count(&self) -> usize
Retained backend output slots for CSR preparation.
Trait Implementations§
Source§impl Clone for IfdsPrepareScratch
impl Clone for IfdsPrepareScratch
Source§fn clone(&self) -> IfdsPrepareScratch
fn clone(&self) -> IfdsPrepareScratch
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 moreSource§impl Debug for IfdsPrepareScratch
impl Debug for IfdsPrepareScratch
Source§impl Default for IfdsPrepareScratch
impl Default for IfdsPrepareScratch
Source§fn default() -> IfdsPrepareScratch
fn default() -> IfdsPrepareScratch
Returns the “default value” for a type. Read more
Source§impl PartialEq for IfdsPrepareScratch
impl PartialEq for IfdsPrepareScratch
impl StructuralPartialEq for IfdsPrepareScratch
Auto Trait Implementations§
impl Freeze for IfdsPrepareScratch
impl RefUnwindSafe for IfdsPrepareScratch
impl Send for IfdsPrepareScratch
impl Sync for IfdsPrepareScratch
impl Unpin for IfdsPrepareScratch
impl UnsafeUnpin for IfdsPrepareScratch
impl UnwindSafe for IfdsPrepareScratch
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