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