pub struct PlayUnloadChunkSpec {
pub position: ChunkPosition<i32>,
}
Fields§
§position: ChunkPosition<i32>
Trait Implementations§
Source§impl Clone for PlayUnloadChunkSpec
impl Clone for PlayUnloadChunkSpec
Source§fn clone(&self) -> PlayUnloadChunkSpec
fn clone(&self) -> PlayUnloadChunkSpec
Returns a duplicate of the value. Read more
1.0.0 · 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 PlayUnloadChunkSpec
impl Debug for PlayUnloadChunkSpec
Source§impl Deserialize for PlayUnloadChunkSpec
impl Deserialize for PlayUnloadChunkSpec
fn mc_deserialize(_rest: &[u8]) -> DeserializeResult<'_, Self>
Source§impl From<ChunkPosition<i32>> for PlayUnloadChunkSpec
impl From<ChunkPosition<i32>> for PlayUnloadChunkSpec
Source§fn from(other: ChunkPosition<i32>) -> Self
fn from(other: ChunkPosition<i32>) -> Self
Converts to this type from the input type.
Source§impl From<PlayUnloadChunkSpec> for ChunkPosition<i32>
impl From<PlayUnloadChunkSpec> for ChunkPosition<i32>
Source§fn from(other: PlayUnloadChunkSpec) -> Self
fn from(other: PlayUnloadChunkSpec) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PlayUnloadChunkSpec
impl PartialEq for PlayUnloadChunkSpec
Source§impl Serialize for PlayUnloadChunkSpec
impl Serialize for PlayUnloadChunkSpec
fn mc_serialize<S: Serializer>(&self, to: &mut S) -> SerializeResult
impl StructuralPartialEq for PlayUnloadChunkSpec
Auto Trait Implementations§
impl Freeze for PlayUnloadChunkSpec
impl RefUnwindSafe for PlayUnloadChunkSpec
impl Send for PlayUnloadChunkSpec
impl Sync for PlayUnloadChunkSpec
impl Unpin for PlayUnloadChunkSpec
impl UnwindSafe for PlayUnloadChunkSpec
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