Struct servo_media_audio::graph::OutputPort
source · pub struct OutputPort;
Expand description
Marker type for denoting that the port is an output port of the node it is connected to
Trait Implementations§
source§impl Clone for OutputPort
impl Clone for OutputPort
source§fn clone(&self) -> OutputPort
fn clone(&self) -> OutputPort
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 OutputPort
impl Debug for OutputPort
source§impl Ord for OutputPort
impl Ord for OutputPort
source§fn cmp(&self, other: &OutputPort) -> Ordering
fn cmp(&self, other: &OutputPort) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for OutputPort
impl PartialEq for OutputPort
source§fn eq(&self, other: &OutputPort) -> bool
fn eq(&self, other: &OutputPort) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for OutputPort
impl PartialOrd for OutputPort
source§fn partial_cmp(&self, other: &OutputPort) -> Option<Ordering>
fn partial_cmp(&self, other: &OutputPort) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for OutputPort
impl Eq for OutputPort
impl StructuralPartialEq for OutputPort
Auto Trait Implementations§
impl Freeze for OutputPort
impl RefUnwindSafe for OutputPort
impl Send for OutputPort
impl Sync for OutputPort
impl Unpin for OutputPort
impl UnwindSafe for OutputPort
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.