pub enum ControlChannelSelection {
A,
B,
}
Expand description
Select the channel for capturing control information.
Variants§
Auto Trait Implementations§
impl Freeze for ControlChannelSelection
impl RefUnwindSafe for ControlChannelSelection
impl Send for ControlChannelSelection
impl Sync for ControlChannelSelection
impl Unpin for ControlChannelSelection
impl UnwindSafe for ControlChannelSelection
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