#[repr(u32)]pub enum StageLoc {
AT_BEGIN = 0,
AT_END = 1,
}
Expand description
Where to place/locate the stages in the pipeline chain
Variants§
Trait Implementations§
source§impl PartialEq for StageLoc
impl PartialEq for StageLoc
impl Copy for StageLoc
impl Eq for StageLoc
impl StructuralPartialEq for StageLoc
Auto Trait Implementations§
impl RefUnwindSafe for StageLoc
impl Send for StageLoc
impl Sync for StageLoc
impl Unpin for StageLoc
impl UnwindSafe for StageLoc
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