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