#[repr(u8)]pub enum HostToClientCommand {
GameStep = 8,
JoinGame = 9,
DownloadGameState = 11,
BlobStreamChannel = 12,
Connect = 13,
Pong = 14,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HostToClientCommand
impl RefUnwindSafe for HostToClientCommand
impl Send for HostToClientCommand
impl Sync for HostToClientCommand
impl Unpin for HostToClientCommand
impl UnwindSafe for HostToClientCommand
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