pub struct ClientboundContainerSetContent {
pub window_id: u8,
pub slots: Vec<Slot>,
pub carried_item: Slot,
}Fields§
§window_id: u8§slots: Vec<Slot>§carried_item: SlotTrait Implementations§
Source§impl Clone for ClientboundContainerSetContent
impl Clone for ClientboundContainerSetContent
Source§fn clone(&self) -> ClientboundContainerSetContent
fn clone(&self) -> ClientboundContainerSetContent
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 PartialEq for ClientboundContainerSetContent
impl PartialEq for ClientboundContainerSetContent
Source§fn eq(&self, other: &ClientboundContainerSetContent) -> bool
fn eq(&self, other: &ClientboundContainerSetContent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClientboundContainerSetContent
Auto Trait Implementations§
impl Freeze for ClientboundContainerSetContent
impl RefUnwindSafe for ClientboundContainerSetContent
impl Send for ClientboundContainerSetContent
impl Sync for ClientboundContainerSetContent
impl Unpin for ClientboundContainerSetContent
impl UnsafeUnpin for ClientboundContainerSetContent
impl UnwindSafe for ClientboundContainerSetContent
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