pub struct ClientboundDebugSample {
pub sample: Vec<u64>,
pub debug_sample_type: RemoteDebugSampleType,
}Fields§
§sample: Vec<u64>§debug_sample_type: RemoteDebugSampleTypeImplementations§
Trait Implementations§
Source§impl AzBuf for ClientboundDebugSample
impl AzBuf for ClientboundDebugSample
fn azalea_write(&self, buf: &mut impl Write) -> Result<(), Error>
fn azalea_read(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError>
Source§impl Clone for ClientboundDebugSample
impl Clone for ClientboundDebugSample
Source§fn clone(&self) -> ClientboundDebugSample
fn clone(&self) -> ClientboundDebugSample
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 ClientboundDebugSample
impl Debug for ClientboundDebugSample
Source§impl Packet<ClientboundGamePacket> for ClientboundDebugSample
impl Packet<ClientboundGamePacket> for ClientboundDebugSample
fn into_variant(self) -> ClientboundGamePacket
Source§impl PartialEq for ClientboundDebugSample
impl PartialEq for ClientboundDebugSample
Source§fn eq(&self, other: &ClientboundDebugSample) -> bool
fn eq(&self, other: &ClientboundDebugSample) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClientboundDebugSample
Auto Trait Implementations§
impl Freeze for ClientboundDebugSample
impl RefUnwindSafe for ClientboundDebugSample
impl Send for ClientboundDebugSample
impl Sync for ClientboundDebugSample
impl Unpin for ClientboundDebugSample
impl UnsafeUnpin for ClientboundDebugSample
impl UnwindSafe for ClientboundDebugSample
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