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