pub struct TimedPlayerControlCodec;Trait Implementations§
Source§impl Clone for TimedPlayerControlCodec
impl Clone for TimedPlayerControlCodec
Source§fn clone(&self) -> TimedPlayerControlCodec
fn clone(&self) -> TimedPlayerControlCodec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TimedPlayerControlCodec
Source§impl Debug for TimedPlayerControlCodec
impl Debug for TimedPlayerControlCodec
Source§impl Default for TimedPlayerControlCodec
impl Default for TimedPlayerControlCodec
Source§fn default() -> TimedPlayerControlCodec
fn default() -> TimedPlayerControlCodec
Returns the “default value” for a type. Read more
Source§impl SpscCodec<TimedPlayerControl, TIMED_PLAYER_CONTROL_BYTES> for TimedPlayerControlCodec
impl SpscCodec<TimedPlayerControl, TIMED_PLAYER_CONTROL_BYTES> for TimedPlayerControlCodec
Auto Trait Implementations§
impl Freeze for TimedPlayerControlCodec
impl RefUnwindSafe for TimedPlayerControlCodec
impl Send for TimedPlayerControlCodec
impl Sync for TimedPlayerControlCodec
impl Unpin for TimedPlayerControlCodec
impl UnsafeUnpin for TimedPlayerControlCodec
impl UnwindSafe for TimedPlayerControlCodec
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