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