Struct bancho_packets::client::ErrorReport
source · pub struct ErrorReport {
pub data: Vec<u8>,
}Expand description
#20: OSU_ERROR_REPORT
Fields§
§data: Vec<u8>Implementations§
Trait Implementations§
source§impl BanchoPacket for ErrorReport
impl BanchoPacket for ErrorReport
source§impl BanchoPacketLength for ErrorReport
impl BanchoPacketLength for ErrorReport
source§impl Clone for ErrorReport
impl Clone for ErrorReport
source§fn clone(&self) -> ErrorReport
fn clone(&self) -> ErrorReport
Returns a copy 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 more