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 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 ErrorReport
impl Debug for ErrorReport
Source§impl Default for ErrorReport
impl Default for ErrorReport
Source§fn default() -> ErrorReport
fn default() -> ErrorReport
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ErrorReport
impl RefUnwindSafe for ErrorReport
impl Send for ErrorReport
impl Sync for ErrorReport
impl Unpin for ErrorReport
impl UnsafeUnpin for ErrorReport
impl UnwindSafe for ErrorReport
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