pub struct CMsgClientLogonResponse { /* private fields */ }Implementations§
Source§impl CMsgClientLogonResponse
impl CMsgClientLogonResponse
pub fn new() -> CMsgClientLogonResponse
pub fn default_instance() -> &'static CMsgClientLogonResponse
pub fn clear_eresult(&mut self)
pub fn has_eresult(&self) -> bool
pub fn set_eresult(&mut self, v: i32)
pub fn get_eresult<'a>(&self) -> i32
pub fn clear_out_of_game_heartbeat_seconds(&mut self)
pub fn has_out_of_game_heartbeat_seconds(&self) -> bool
pub fn set_out_of_game_heartbeat_seconds(&mut self, v: i32)
pub fn get_out_of_game_heartbeat_seconds<'a>(&self) -> i32
pub fn clear_in_game_heartbeat_seconds(&mut self)
pub fn has_in_game_heartbeat_seconds(&self) -> bool
pub fn set_in_game_heartbeat_seconds(&mut self, v: i32)
pub fn get_in_game_heartbeat_seconds<'a>(&self) -> i32
pub fn clear_public_ip(&mut self)
pub fn has_public_ip(&self) -> bool
pub fn set_public_ip(&mut self, v: u32)
pub fn get_public_ip<'a>(&self) -> u32
pub fn clear_rtime32_server_time(&mut self)
pub fn has_rtime32_server_time(&self) -> bool
pub fn set_rtime32_server_time(&mut self, v: u32)
pub fn get_rtime32_server_time<'a>(&self) -> u32
pub fn clear_account_flags(&mut self)
pub fn has_account_flags(&self) -> bool
pub fn set_account_flags(&mut self, v: u32)
pub fn get_account_flags<'a>(&self) -> u32
pub fn clear_cell_id(&mut self)
pub fn has_cell_id(&self) -> bool
pub fn set_cell_id(&mut self, v: u32)
pub fn get_cell_id<'a>(&self) -> u32
pub fn clear_email_domain(&mut self)
pub fn has_email_domain(&self) -> bool
pub fn set_email_domain(&mut self, v: String)
pub fn mut_email_domain<'a>(&'a mut self) -> &'a mut String
pub fn take_email_domain(&mut self) -> String
pub fn get_email_domain<'a>(&'a self) -> &'a str
pub fn clear_steam2_ticket(&mut self)
pub fn has_steam2_ticket(&self) -> bool
pub fn set_steam2_ticket(&mut self, v: Vec<u8>)
pub fn mut_steam2_ticket<'a>(&'a mut self) -> &'a mut Vec<u8> ⓘ
pub fn take_steam2_ticket(&mut self) -> Vec<u8> ⓘ
pub fn get_steam2_ticket<'a>(&'a self) -> &'a [u8] ⓘ
pub fn clear_eresult_extended(&mut self)
pub fn has_eresult_extended(&self) -> bool
pub fn set_eresult_extended(&mut self, v: i32)
pub fn get_eresult_extended<'a>(&self) -> i32
pub fn clear_webapi_authenticate_user_nonce(&mut self)
pub fn has_webapi_authenticate_user_nonce(&self) -> bool
pub fn set_webapi_authenticate_user_nonce(&mut self, v: String)
pub fn mut_webapi_authenticate_user_nonce<'a>(&'a mut self) -> &'a mut String
pub fn take_webapi_authenticate_user_nonce(&mut self) -> String
pub fn get_webapi_authenticate_user_nonce<'a>(&'a self) -> &'a str
pub fn clear_cell_id_ping_threshold(&mut self)
pub fn has_cell_id_ping_threshold(&self) -> bool
pub fn set_cell_id_ping_threshold(&mut self, v: u32)
pub fn get_cell_id_ping_threshold<'a>(&self) -> u32
pub fn clear_use_pics(&mut self)
pub fn has_use_pics(&self) -> bool
pub fn set_use_pics(&mut self, v: bool)
pub fn get_use_pics<'a>(&self) -> bool
pub fn clear_vanity_url(&mut self)
pub fn has_vanity_url(&self) -> bool
pub fn set_vanity_url(&mut self, v: String)
pub fn mut_vanity_url<'a>(&'a mut self) -> &'a mut String
pub fn take_vanity_url(&mut self) -> String
pub fn get_vanity_url<'a>(&'a self) -> &'a str
pub fn clear_client_supplied_steamid(&mut self)
pub fn has_client_supplied_steamid(&self) -> bool
pub fn set_client_supplied_steamid(&mut self, v: u64)
pub fn get_client_supplied_steamid<'a>(&self) -> u64
pub fn clear_ip_country_code(&mut self)
pub fn has_ip_country_code(&self) -> bool
pub fn set_ip_country_code(&mut self, v: String)
pub fn mut_ip_country_code<'a>(&'a mut self) -> &'a mut String
pub fn take_ip_country_code(&mut self) -> String
pub fn get_ip_country_code<'a>(&'a self) -> &'a str
pub fn clear_parental_settings(&mut self)
pub fn has_parental_settings(&self) -> bool
pub fn set_parental_settings(&mut self, v: Vec<u8>)
pub fn mut_parental_settings<'a>(&'a mut self) -> &'a mut Vec<u8> ⓘ
pub fn take_parental_settings(&mut self) -> Vec<u8> ⓘ
pub fn get_parental_settings<'a>(&'a self) -> &'a [u8] ⓘ
pub fn clear_parental_setting_signature(&mut self)
pub fn has_parental_setting_signature(&self) -> bool
pub fn set_parental_setting_signature(&mut self, v: Vec<u8>)
pub fn mut_parental_setting_signature<'a>(&'a mut self) -> &'a mut Vec<u8> ⓘ
pub fn take_parental_setting_signature(&mut self) -> Vec<u8> ⓘ
pub fn get_parental_setting_signature<'a>(&'a self) -> &'a [u8] ⓘ
pub fn clear_count_loginfailures_to_migrate(&mut self)
pub fn has_count_loginfailures_to_migrate(&self) -> bool
pub fn set_count_loginfailures_to_migrate(&mut self, v: i32)
pub fn get_count_loginfailures_to_migrate<'a>(&self) -> i32
pub fn clear_count_disconnects_to_migrate(&mut self)
pub fn has_count_disconnects_to_migrate(&self) -> bool
pub fn set_count_disconnects_to_migrate(&mut self, v: i32)
pub fn get_count_disconnects_to_migrate<'a>(&self) -> i32
pub fn clear_ogs_data_report_time_window(&mut self)
pub fn has_ogs_data_report_time_window(&self) -> bool
pub fn set_ogs_data_report_time_window(&mut self, v: i32)
pub fn get_ogs_data_report_time_window<'a>(&self) -> i32
pub fn clear_client_instance_id(&mut self)
pub fn has_client_instance_id(&self) -> bool
pub fn set_client_instance_id(&mut self, v: u64)
pub fn get_client_instance_id<'a>(&self) -> u64
Trait Implementations§
Source§impl Clone for CMsgClientLogonResponse
impl Clone for CMsgClientLogonResponse
Source§fn clone(&self) -> CMsgClientLogonResponse
fn clone(&self) -> CMsgClientLogonResponse
Returns a duplicate of the value. Read more
1.0.0 · 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 CMsgClientLogonResponse
impl Debug for CMsgClientLogonResponse
Source§impl Default for CMsgClientLogonResponse
impl Default for CMsgClientLogonResponse
Source§fn default() -> CMsgClientLogonResponse
fn default() -> CMsgClientLogonResponse
Returns the “default value” for a type. Read more
Source§impl Message for CMsgClientLogonResponse
impl Message for CMsgClientLogonResponse
fn is_initialized(&self) -> bool
fn merge_from(&mut self, is: &mut CodedInputStream<'_>) -> ProtobufResult<()>
fn compute_size(&self) -> u32
fn write_to_with_cached_sizes( &self, os: &mut CodedOutputStream<'_>, ) -> ProtobufResult<()>
fn get_cached_size(&self) -> u32
fn get_unknown_fields<'s>(&'s self) -> &'s UnknownFields
fn mut_unknown_fields<'s>(&'s mut self) -> &'s mut UnknownFields
fn type_id(&self) -> TypeId
fn as_any(&self) -> &dyn Any
fn descriptor(&self) -> &'static MessageDescriptor
fn write_to(&self, os: &mut CodedOutputStream<'_>) -> Result<(), ProtobufError>
fn write_length_delimited_to( &self, os: &mut CodedOutputStream<'_>, ) -> Result<(), ProtobufError>
fn write_length_delimited_to_vec( &self, vec: &mut Vec<u8>, ) -> Result<(), ProtobufError>
fn merge_from_bytes(&mut self, bytes: &[u8]) -> Result<(), ProtobufError>
fn check_initialized(&self) -> Result<(), ProtobufError>
fn write_to_writer(&self, w: &mut dyn Write) -> Result<(), ProtobufError>
fn write_to_vec(&self, v: &mut Vec<u8>) -> Result<(), ProtobufError>
fn write_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>
fn write_length_delimited_to_writer( &self, w: &mut dyn Write, ) -> Result<(), ProtobufError>
fn write_length_delimited_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn into_any(self: Box<Self>) -> Box<dyn Any>
Source§impl MessageStatic for CMsgClientLogonResponse
impl MessageStatic for CMsgClientLogonResponse
fn new() -> CMsgClientLogonResponse
fn descriptor_static( _: Option<CMsgClientLogonResponse>, ) -> &'static MessageDescriptor
Source§impl PartialEq for CMsgClientLogonResponse
impl PartialEq for CMsgClientLogonResponse
impl Sync for CMsgClientLogonResponse
Auto Trait Implementations§
impl !Freeze for CMsgClientLogonResponse
impl !RefUnwindSafe for CMsgClientLogonResponse
impl Send for CMsgClientLogonResponse
impl Unpin for CMsgClientLogonResponse
impl UnwindSafe for CMsgClientLogonResponse
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