pub struct Player { /* private fields */ }
Implementations§
Source§impl Player
impl Player
pub fn get_players(bytes: &[u8]) -> Vec<Self>
pub fn from_iter_bytes<'a, I>(iter_bytes: &mut I) -> Self
pub fn from_bytes(bytes: &[u8]) -> Self
Trait Implementations§
impl StructuralPartialEq for Player
Auto Trait Implementations§
impl Freeze for Player
impl RefUnwindSafe for Player
impl Send for Player
impl Sync for Player
impl Unpin for Player
impl UnwindSafe for Player
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