pub struct ServersideClientInformation {
pub locale: String,
pub view_distance: i8,
pub chat_mode: ChatMode,
pub chat_colors: bool,
pub displayed_skin_parts: DisplayedSkinParts,
pub main_hand: AccurateHand,
pub enable_text_filtering: bool,
pub allow_server_listings: bool,
pub particle_status: ParticleStatus,
}Fields§
§locale: String§view_distance: i8§chat_mode: ChatMode§chat_colors: bool§displayed_skin_parts: DisplayedSkinParts§main_hand: AccurateHand§enable_text_filtering: bool§allow_server_listings: bool§particle_status: ParticleStatusImplementations§
Trait Implementations§
Source§impl Clone for ServersideClientInformation
impl Clone for ServersideClientInformation
Source§fn clone(&self) -> ServersideClientInformation
fn clone(&self) -> ServersideClientInformation
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 ServersideClientInformation
impl Debug for ServersideClientInformation
Source§impl IntoPacket<ServersideConfigurationPacket> for ServersideClientInformation
impl IntoPacket<ServersideConfigurationPacket> for ServersideClientInformation
fn into_packet(self) -> ServersideConfigurationPacket
Source§impl PartialEq for ServersideClientInformation
impl PartialEq for ServersideClientInformation
Source§fn eq(&self, other: &ServersideClientInformation) -> bool
fn eq(&self, other: &ServersideClientInformation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ServersideClientInformation
Auto Trait Implementations§
impl Freeze for ServersideClientInformation
impl RefUnwindSafe for ServersideClientInformation
impl Send for ServersideClientInformation
impl Sync for ServersideClientInformation
impl Unpin for ServersideClientInformation
impl UnsafeUnpin for ServersideClientInformation
impl UnwindSafe for ServersideClientInformation
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