pub enum StepResourceSlotKind {
Dedicated,
OrderedSingleFenceStepWave,
}Variants§
Dedicated
OrderedSingleFenceStepWave
Every member is an internal activation and the runtime must submit the canonical plan order as one ordered command batch with one terminal fence before it may consume this reuse proof.
Trait Implementations§
Source§impl Clone for StepResourceSlotKind
impl Clone for StepResourceSlotKind
Source§fn clone(&self) -> StepResourceSlotKind
fn clone(&self) -> StepResourceSlotKind
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 moreimpl Copy for StepResourceSlotKind
Source§impl Debug for StepResourceSlotKind
impl Debug for StepResourceSlotKind
Source§impl<'de> Deserialize<'de> for StepResourceSlotKind
impl<'de> Deserialize<'de> for StepResourceSlotKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for StepResourceSlotKind
Source§impl PartialEq for StepResourceSlotKind
impl PartialEq for StepResourceSlotKind
Source§impl Serialize for StepResourceSlotKind
impl Serialize for StepResourceSlotKind
impl StructuralPartialEq for StepResourceSlotKind
Auto Trait Implementations§
impl Freeze for StepResourceSlotKind
impl RefUnwindSafe for StepResourceSlotKind
impl Send for StepResourceSlotKind
impl Sync for StepResourceSlotKind
impl Unpin for StepResourceSlotKind
impl UnsafeUnpin for StepResourceSlotKind
impl UnwindSafe for StepResourceSlotKind
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