pub struct FrameIndex {
pub command_index: CommandIndex,
pub tick: i32,
pub player_slot: u8,
}
Fields§
§command_index: CommandIndex
§tick: i32
§player_slot: u8
Implementations§
Source§impl FrameIndex
impl FrameIndex
pub fn from_readable(reader: impl Read) -> Result<Self, EventData>
Auto Trait Implementations§
impl Freeze for FrameIndex
impl RefUnwindSafe for FrameIndex
impl Send for FrameIndex
impl Sync for FrameIndex
impl Unpin for FrameIndex
impl UnwindSafe for FrameIndex
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