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