pub enum SecondaryChannel {
    None,
    Above,
    Below,
}Variants§
Trait Implementations§
Source§impl<O> BitAnd<O> for SecondaryChannelwhere
    O: Into<EnumSet<SecondaryChannel>>,
 
impl<O> BitAnd<O> for SecondaryChannelwhere
    O: Into<EnumSet<SecondaryChannel>>,
Source§type Output = EnumSet<SecondaryChannel>
 
type Output = EnumSet<SecondaryChannel>
The resulting type after applying the 
& operator.Source§fn bitand(self, other: O) -> <SecondaryChannel as BitAnd<O>>::Output
 
fn bitand(self, other: O) -> <SecondaryChannel as BitAnd<O>>::Output
Performs the 
& operation. Read moreSource§impl<O> BitOr<O> for SecondaryChannelwhere
    O: Into<EnumSet<SecondaryChannel>>,
 
impl<O> BitOr<O> for SecondaryChannelwhere
    O: Into<EnumSet<SecondaryChannel>>,
Source§type Output = EnumSet<SecondaryChannel>
 
type Output = EnumSet<SecondaryChannel>
The resulting type after applying the 
| operator.Source§fn bitor(self, other: O) -> <SecondaryChannel as BitOr<O>>::Output
 
fn bitor(self, other: O) -> <SecondaryChannel as BitOr<O>>::Output
Performs the 
| operation. Read moreSource§impl<O> BitXor<O> for SecondaryChannelwhere
    O: Into<EnumSet<SecondaryChannel>>,
 
impl<O> BitXor<O> for SecondaryChannelwhere
    O: Into<EnumSet<SecondaryChannel>>,
Source§type Output = EnumSet<SecondaryChannel>
 
type Output = EnumSet<SecondaryChannel>
The resulting type after applying the 
^ operator.Source§fn bitxor(self, other: O) -> <SecondaryChannel as BitXor<O>>::Output
 
fn bitxor(self, other: O) -> <SecondaryChannel as BitXor<O>>::Output
Performs the 
^ operation. Read moreSource§impl Clone for SecondaryChannel
 
impl Clone for SecondaryChannel
Source§fn clone(&self) -> SecondaryChannel
 
fn clone(&self) -> SecondaryChannel
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for SecondaryChannel
 
impl Debug for SecondaryChannel
Source§impl Default for SecondaryChannel
 
impl Default for SecondaryChannel
Source§fn default() -> SecondaryChannel
 
fn default() -> SecondaryChannel
Returns the “default value” for a type. Read more
Source§impl Not for SecondaryChannel
 
impl Not for SecondaryChannel
Source§type Output = EnumSet<SecondaryChannel>
 
type Output = EnumSet<SecondaryChannel>
The resulting type after applying the 
! operator.Source§fn not(self) -> <SecondaryChannel as Not>::Output
 
fn not(self) -> <SecondaryChannel as Not>::Output
Performs the unary 
! operation. Read moreSource§impl PartialEq<EnumSet<SecondaryChannel>> for SecondaryChannel
 
impl PartialEq<EnumSet<SecondaryChannel>> for SecondaryChannel
Source§impl PartialEq for SecondaryChannel
 
impl PartialEq for SecondaryChannel
Source§impl PartialOrd for SecondaryChannel
 
impl PartialOrd for SecondaryChannel
Source§fn partial_cmp(&self, other: &SecondaryChannel) -> Option<Ordering>
 
fn partial_cmp(&self, other: &SecondaryChannel) -> Option<Ordering>
Source§impl<O> Sub<O> for SecondaryChannelwhere
    O: Into<EnumSet<SecondaryChannel>>,
 
impl<O> Sub<O> for SecondaryChannelwhere
    O: Into<EnumSet<SecondaryChannel>>,
Source§type Output = EnumSet<SecondaryChannel>
 
type Output = EnumSet<SecondaryChannel>
The resulting type after applying the 
- operator.Source§fn sub(self, other: O) -> <SecondaryChannel as Sub<O>>::Output
 
fn sub(self, other: O) -> <SecondaryChannel as Sub<O>>::Output
Performs the 
- operation. Read moreimpl Copy for SecondaryChannel
impl EnumSetType for SecondaryChannel
impl Eq for SecondaryChannel
Auto Trait Implementations§
impl Freeze for SecondaryChannel
impl RefUnwindSafe for SecondaryChannel
impl Send for SecondaryChannel
impl Sync for SecondaryChannel
impl Unpin for SecondaryChannel
impl UnwindSafe for SecondaryChannel
Blanket Implementations§
§impl<T> Any for Twhere
    T: 'static + ?Sized,
 
impl<T> Any for Twhere
    T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
    T: ?Sized,
 
impl<T> Borrow<T> for Twhere
    T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
 
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)