pub enum UtpEvent {
Log = 14,
OnRead = 4,
SendTo = 15,
OnAccept = 1,
OnError = 3,
OnFirewall = 0,
GetUdpMTU = 9,
OnStateChange = 6,
}Variants§
Log = 14
OnRead = 4
SendTo = 15
OnAccept = 1
OnError = 3
OnFirewall = 0
GetUdpMTU = 9
OnStateChange = 6
Trait Implementations§
impl Copy for UtpEvent
impl Eq for UtpEvent
impl StructuralPartialEq for UtpEvent
Auto Trait Implementations§
impl Freeze for UtpEvent
impl RefUnwindSafe for UtpEvent
impl Send for UtpEvent
impl Sync for UtpEvent
impl Unpin for UtpEvent
impl UnwindSafe for UtpEvent
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