Enum Fircsel
pub enum Fircsel {
_0 = 0,
_1 = 1,
}Expand description
Fast IRC Selected status
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for Fircsel
impl Eq for Fircsel
impl StructuralPartialEq for Fircsel
Auto Trait Implementations§
impl Freeze for Fircsel
impl RefUnwindSafe for Fircsel
impl Send for Fircsel
impl Sync for Fircsel
impl Unpin for Fircsel
impl UnwindSafe for Fircsel
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