#[repr(i32)]pub enum NetStatus {
NotConnected = 0,
Connected = 1,
Overflow = 2,
Underflow = 3,
Connecting = 4,
Listening = 5,
}Variants§
Trait Implementations§
impl Copy for NetStatus
impl Eq for NetStatus
impl StructuralPartialEq for NetStatus
Auto Trait Implementations§
impl Freeze for NetStatus
impl RefUnwindSafe for NetStatus
impl Send for NetStatus
impl Sync for NetStatus
impl Unpin for NetStatus
impl UnsafeUnpin for NetStatus
impl UnwindSafe for NetStatus
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