pub struct MatchScoreUpdate {
pub play_data: Vec<u8>,
}Expand description
#47: OSU_MATCH_SCORE_UPDATE
Fields§
§play_data: Vec<u8>Implementations§
Trait Implementations§
Source§impl BanchoPacket for MatchScoreUpdate
impl BanchoPacket for MatchScoreUpdate
Source§impl Clone for MatchScoreUpdate
impl Clone for MatchScoreUpdate
Source§fn clone(&self) -> MatchScoreUpdate
fn clone(&self) -> MatchScoreUpdate
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 moreSource§impl Debug for MatchScoreUpdate
impl Debug for MatchScoreUpdate
Source§impl Default for MatchScoreUpdate
impl Default for MatchScoreUpdate
Source§fn default() -> MatchScoreUpdate
fn default() -> MatchScoreUpdate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MatchScoreUpdate
impl RefUnwindSafe for MatchScoreUpdate
impl Send for MatchScoreUpdate
impl Sync for MatchScoreUpdate
impl Unpin for MatchScoreUpdate
impl UnsafeUnpin for MatchScoreUpdate
impl UnwindSafe for MatchScoreUpdate
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