pub enum IntChannel {
Int1,
Int2,
Both,
}Variants§
Trait Implementations§
Source§impl Clone for IntChannel
impl Clone for IntChannel
Source§fn clone(&self) -> IntChannel
fn clone(&self) -> IntChannel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IntChannel
Source§impl Debug for IntChannel
impl Debug for IntChannel
impl Eq for IntChannel
Source§impl PartialEq for IntChannel
impl PartialEq for IntChannel
impl StructuralPartialEq for IntChannel
Auto Trait Implementations§
impl Freeze for IntChannel
impl RefUnwindSafe for IntChannel
impl Send for IntChannel
impl Sync for IntChannel
impl Unpin for IntChannel
impl UnsafeUnpin for IntChannel
impl UnwindSafe for IntChannel
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