pub enum PadRole {
Sink,
Source,
}
Variants§
Trait Implementations§
impl Copy for PadRole
impl Eq for PadRole
impl StructuralPartialEq for PadRole
Auto Trait Implementations§
impl Freeze for PadRole
impl RefUnwindSafe for PadRole
impl Send for PadRole
impl Sync for PadRole
impl Unpin for PadRole
impl UnwindSafe for PadRole
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