pub struct PassStackItem {
pub pass_id: PassId,
/* private fields */
}
Fields§
§pass_id: PassId
Auto Trait Implementations§
impl Freeze for PassStackItem
impl RefUnwindSafe for PassStackItem
impl Send for PassStackItem
impl Sync for PassStackItem
impl Unpin for PassStackItem
impl UnwindSafe for PassStackItem
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