pub enum IpConnectionState {
Created,
Existing,
Terminated,
}
Variants§
Trait Implementations§
Source§impl From<IpConnectionState> for u32
impl From<IpConnectionState> for u32
Source§fn from(p: IpConnectionState) -> u32
fn from(p: IpConnectionState) -> u32
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for IpConnectionState
impl RefUnwindSafe for IpConnectionState
impl Send for IpConnectionState
impl Sync for IpConnectionState
impl Unpin for IpConnectionState
impl UnwindSafe for IpConnectionState
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