pub struct ResidentIfdsParallelHostScratch { /* private fields */ }Expand description
Caller-owned host scratch for repeated resident IFDS parallel solves.
Trait Implementations§
Source§impl Clone for ResidentIfdsParallelHostScratch
impl Clone for ResidentIfdsParallelHostScratch
Source§fn clone(&self) -> ResidentIfdsParallelHostScratch
fn clone(&self) -> ResidentIfdsParallelHostScratch
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 Default for ResidentIfdsParallelHostScratch
impl Default for ResidentIfdsParallelHostScratch
Source§fn default() -> ResidentIfdsParallelHostScratch
fn default() -> ResidentIfdsParallelHostScratch
Returns the “default value” for a type. Read more
impl StructuralPartialEq for ResidentIfdsParallelHostScratch
Auto Trait Implementations§
impl !RefUnwindSafe for ResidentIfdsParallelHostScratch
impl !UnwindSafe for ResidentIfdsParallelHostScratch
impl Freeze for ResidentIfdsParallelHostScratch
impl Send for ResidentIfdsParallelHostScratch
impl Sync for ResidentIfdsParallelHostScratch
impl Unpin for ResidentIfdsParallelHostScratch
impl UnsafeUnpin for ResidentIfdsParallelHostScratch
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