Struct servo_media_audio::graph::InputPort
source · pub struct InputPort;
Expand description
Marker type for denoting that the port is an input port of the node it is connected to
Trait Implementations§
source§impl Ord for InputPort
impl Ord for InputPort
source§impl PartialEq for InputPort
impl PartialEq for InputPort
source§impl PartialOrd for InputPort
impl PartialOrd for InputPort
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 InputPort
impl Eq for InputPort
impl StructuralPartialEq for InputPort
Auto Trait Implementations§
impl Freeze for InputPort
impl RefUnwindSafe for InputPort
impl Send for InputPort
impl Sync for InputPort
impl Unpin for InputPort
impl UnwindSafe for InputPort
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.