#[repr(C)]pub enum ConnectTab {
New = 0,
Current = 1,
NewIfCurrentConnected = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for ConnectTab
impl Clone for ConnectTab
Source§fn clone(&self) -> ConnectTab
fn clone(&self) -> ConnectTab
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 ConnectTab
impl Debug for ConnectTab
Source§impl PartialEq for ConnectTab
impl PartialEq for ConnectTab
impl Copy for ConnectTab
impl Eq for ConnectTab
impl StructuralPartialEq for ConnectTab
Auto Trait Implementations§
impl Freeze for ConnectTab
impl RefUnwindSafe for ConnectTab
impl Send for ConnectTab
impl Sync for ConnectTab
impl Unpin for ConnectTab
impl UnwindSafe for ConnectTab
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