pub enum L4ExtPassPhase {
Early,
Middle,
Late,
Finalize,
}Expand description
Pass execution phase for L4Ext.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for L4ExtPassPhase
impl Clone for L4ExtPassPhase
Source§fn clone(&self) -> L4ExtPassPhase
fn clone(&self) -> L4ExtPassPhase
Returns a duplicate of the value. Read more
1.0.0 · 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 L4ExtPassPhase
impl Debug for L4ExtPassPhase
Source§impl Hash for L4ExtPassPhase
impl Hash for L4ExtPassPhase
Source§impl PartialEq for L4ExtPassPhase
impl PartialEq for L4ExtPassPhase
impl Eq for L4ExtPassPhase
impl StructuralPartialEq for L4ExtPassPhase
Auto Trait Implementations§
impl Freeze for L4ExtPassPhase
impl RefUnwindSafe for L4ExtPassPhase
impl Send for L4ExtPassPhase
impl Sync for L4ExtPassPhase
impl Unpin for L4ExtPassPhase
impl UnsafeUnpin for L4ExtPassPhase
impl UnwindSafe for L4ExtPassPhase
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