pub struct UserPartMatch {}Expand description
#33: OSU_USER_PART_MATCH
Implementations§
Trait Implementations§
Source§impl BanchoPacket for UserPartMatch
impl BanchoPacket for UserPartMatch
Source§impl BanchoPacketLength for UserPartMatch
impl BanchoPacketLength for UserPartMatch
Source§impl Clone for UserPartMatch
impl Clone for UserPartMatch
Source§fn clone(&self) -> UserPartMatch
fn clone(&self) -> UserPartMatch
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 UserPartMatch
impl Debug for UserPartMatch
Source§impl Default for UserPartMatch
impl Default for UserPartMatch
Source§fn default() -> UserPartMatch
fn default() -> UserPartMatch
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UserPartMatch
impl RefUnwindSafe for UserPartMatch
impl Send for UserPartMatch
impl Sync for UserPartMatch
impl Unpin for UserPartMatch
impl UnsafeUnpin for UserPartMatch
impl UnwindSafe for UserPartMatch
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