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