Expand description
How time may be expressed within a section packet
Variants
Absolute(f32)
Absolute time from the game’s start
Relative(u8)
Relative time in milliseconds from the last section
Auto Trait Implementations
impl RefUnwindSafe for PacketTime
impl Send for PacketTime
impl Sync for PacketTime
impl Unpin for PacketTime
impl UnwindSafe for PacketTime
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more