pub enum OutputNode {
Audio(AudioNode),
Video(VideoNode),
}
Variants§
Trait Implementations§
Source§impl Clone for OutputNode
impl Clone for OutputNode
Source§fn clone(&self) -> OutputNode
fn clone(&self) -> OutputNode
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for OutputNode
impl Debug for OutputNode
Source§impl Hash for OutputNode
impl Hash for OutputNode
Source§impl PartialEq for OutputNode
impl PartialEq for OutputNode
impl Eq for OutputNode
impl StructuralPartialEq for OutputNode
Auto Trait Implementations§
impl Freeze for OutputNode
impl RefUnwindSafe for OutputNode
impl !Send for OutputNode
impl !Sync for OutputNode
impl Unpin for OutputNode
impl UnwindSafe for OutputNode
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