pub struct ClientsideUpdateEntityRot {
pub entity_id: i32,
pub yaw_angle: i8,
pub pitch_angle: i8,
pub on_ground: bool,
}Fields§
§entity_id: i32§yaw_angle: i8§pitch_angle: i8§on_ground: boolImplementations§
Trait Implementations§
Source§impl Clone for ClientsideUpdateEntityRot
impl Clone for ClientsideUpdateEntityRot
Source§fn clone(&self) -> ClientsideUpdateEntityRot
fn clone(&self) -> ClientsideUpdateEntityRot
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 ClientsideUpdateEntityRot
impl Debug for ClientsideUpdateEntityRot
Source§impl IntoPacket<ClientsidePlayPacket> for ClientsideUpdateEntityRot
impl IntoPacket<ClientsidePlayPacket> for ClientsideUpdateEntityRot
fn into_packet(self) -> ClientsidePlayPacket
Source§impl PartialEq for ClientsideUpdateEntityRot
impl PartialEq for ClientsideUpdateEntityRot
Source§fn eq(&self, other: &ClientsideUpdateEntityRot) -> bool
fn eq(&self, other: &ClientsideUpdateEntityRot) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClientsideUpdateEntityRot
Auto Trait Implementations§
impl Freeze for ClientsideUpdateEntityRot
impl RefUnwindSafe for ClientsideUpdateEntityRot
impl Send for ClientsideUpdateEntityRot
impl Sync for ClientsideUpdateEntityRot
impl Unpin for ClientsideUpdateEntityRot
impl UnsafeUnpin for ClientsideUpdateEntityRot
impl UnwindSafe for ClientsideUpdateEntityRot
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