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