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