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