pub struct Passes {
pub passes: Vec<Pass>,
}
Expand description
Container for a number of passes
Fields§
§passes: Vec<Pass>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Passes
impl RefUnwindSafe for Passes
impl Send for Passes
impl Sync for Passes
impl Unpin for Passes
impl UnwindSafe for Passes
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