pub struct BackdropBatch {
pub ops: Vec<BackdropOp>,
}Expand description
Backdrop ops that can share one snapshot, and so cost one pass between them.
Fields§
§ops: Vec<BackdropOp>Trait Implementations§
Source§impl Clone for BackdropBatch
impl Clone for BackdropBatch
Source§fn clone(&self) -> BackdropBatch
fn clone(&self) -> BackdropBatch
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 BackdropBatch
impl Debug for BackdropBatch
Source§impl Default for BackdropBatch
impl Default for BackdropBatch
Source§fn default() -> BackdropBatch
fn default() -> BackdropBatch
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BackdropBatch
impl RefUnwindSafe for BackdropBatch
impl Send for BackdropBatch
impl Sync for BackdropBatch
impl Unpin for BackdropBatch
impl UnsafeUnpin for BackdropBatch
impl UnwindSafe for BackdropBatch
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