pub struct HighPass {}Expand description
A marker for a specific node type. See Node::add_high_pass.
Auto Trait Implementations§
impl Freeze for HighPass
impl RefUnwindSafe for HighPass
impl Send for HighPass
impl Sync for HighPass
impl Unpin for HighPass
impl UnsafeUnpin for HighPass
impl UnwindSafe for HighPass
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