pub struct ScatterPlan { /* private fields */ }Expand description
Precomputed plan for scattering data into a section.
Trait Implementations§
Source§impl Clone for ScatterPlan
impl Clone for ScatterPlan
Source§fn clone(&self) -> ScatterPlan
fn clone(&self) -> ScatterPlan
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 moreAuto Trait Implementations§
impl Freeze for ScatterPlan
impl RefUnwindSafe for ScatterPlan
impl Send for ScatterPlan
impl Sync for ScatterPlan
impl Unpin for ScatterPlan
impl UnsafeUnpin for ScatterPlan
impl UnwindSafe for ScatterPlan
Blanket Implementations§
Source§impl<T> AccumulatePathExt for T
impl<T> AccumulatePathExt for T
fn accumulate_path<O, I>(path: I) -> Owhere
O: Orientation,
I: IntoIterator<Item = O>,
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