pub struct PlayerHandle(pub usize);Expand description
A handle for a player in a Backroll session.
Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for PlayerHandle
impl Clone for PlayerHandle
Source§fn clone(&self) -> PlayerHandle
fn clone(&self) -> PlayerHandle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PlayerHandle
impl Debug for PlayerHandle
impl Copy for PlayerHandle
Auto Trait Implementations§
impl Freeze for PlayerHandle
impl RefUnwindSafe for PlayerHandle
impl Send for PlayerHandle
impl Sync for PlayerHandle
impl Unpin for PlayerHandle
impl UnwindSafe for PlayerHandle
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