pub struct ClientsideSectionBlocksUpdate {
pub chunk_section_position: i64,
pub head_yaw: Vec<i64>,
}Fields§
§chunk_section_position: i64§head_yaw: Vec<i64>Implementations§
Trait Implementations§
Source§impl Clone for ClientsideSectionBlocksUpdate
impl Clone for ClientsideSectionBlocksUpdate
Source§fn clone(&self) -> ClientsideSectionBlocksUpdate
fn clone(&self) -> ClientsideSectionBlocksUpdate
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 IntoPacket<ClientsidePlayPacket> for ClientsideSectionBlocksUpdate
impl IntoPacket<ClientsidePlayPacket> for ClientsideSectionBlocksUpdate
fn into_packet(self) -> ClientsidePlayPacket
Source§impl PartialEq for ClientsideSectionBlocksUpdate
impl PartialEq for ClientsideSectionBlocksUpdate
Source§fn eq(&self, other: &ClientsideSectionBlocksUpdate) -> bool
fn eq(&self, other: &ClientsideSectionBlocksUpdate) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClientsideSectionBlocksUpdate
Auto Trait Implementations§
impl Freeze for ClientsideSectionBlocksUpdate
impl RefUnwindSafe for ClientsideSectionBlocksUpdate
impl Send for ClientsideSectionBlocksUpdate
impl Sync for ClientsideSectionBlocksUpdate
impl Unpin for ClientsideSectionBlocksUpdate
impl UnsafeUnpin for ClientsideSectionBlocksUpdate
impl UnwindSafe for ClientsideSectionBlocksUpdate
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