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 PartialOrd for InputPort
impl PartialOrd for InputPort
impl 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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)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.