pub enum UtpState {
UtpStateConnect = 1,
UtpStateWritable = 2,
UtpStateEOF = 3,
UtpStateDestroying = 4,
UtpInvalid = 5,
}Variants§
Trait Implementations§
impl Copy for UtpState
impl Eq for UtpState
impl StructuralPartialEq for UtpState
Auto Trait Implementations§
impl Freeze for UtpState
impl RefUnwindSafe for UtpState
impl Send for UtpState
impl Sync for UtpState
impl Unpin for UtpState
impl UnwindSafe for UtpState
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