pub enum SocketKind {
Input,
Output,
}Expand description
Describes either an input or output.
Variants§
Trait Implementations§
Source§impl Clone for SocketKind
impl Clone for SocketKind
Source§fn clone(&self) -> SocketKind
fn clone(&self) -> SocketKind
Returns a duplicate 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 SocketKind
impl Debug for SocketKind
Source§impl Hash for SocketKind
impl Hash for SocketKind
Source§impl PartialEq for SocketKind
impl PartialEq for SocketKind
impl Copy for SocketKind
impl Eq for SocketKind
impl StructuralPartialEq for SocketKind
Auto Trait Implementations§
impl Freeze for SocketKind
impl RefUnwindSafe for SocketKind
impl Send for SocketKind
impl Sync for SocketKind
impl Unpin for SocketKind
impl UnwindSafe for SocketKind
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