#[repr(u32)]pub enum DccType {
SEND = 0,
RECIEVE = 1,
CHATRECV = 2,
CHATSEND = 3,
}
Expand description
DCC action type.
Variants§
Trait Implementations§
impl Copy for DccType
impl StructuralPartialEq for DccType
Auto Trait Implementations§
impl Freeze for DccType
impl RefUnwindSafe for DccType
impl Send for DccType
impl Sync for DccType
impl Unpin for DccType
impl UnwindSafe for DccType
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