#[repr(C)]pub enum ENetSocketType {
ENET_SOCKET_TYPE_STREAM = 1,
ENET_SOCKET_TYPE_DATAGRAM = 2,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ENetSocketType
impl RefUnwindSafe for ENetSocketType
impl Send for ENetSocketType
impl Sync for ENetSocketType
impl Unpin for ENetSocketType
impl UnwindSafe for ENetSocketType
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