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