pub struct CMsgClientLogon { /* private fields */ }Implementations§
Source§impl CMsgClientLogon
impl CMsgClientLogon
pub fn new() -> CMsgClientLogon
pub fn default_instance() -> &'static CMsgClientLogon
pub fn clear_protocol_version(&mut self)
pub fn has_protocol_version(&self) -> bool
pub fn set_protocol_version(&mut self, v: u32)
pub fn get_protocol_version<'a>(&self) -> u32
pub fn clear_obfustucated_private_ip(&mut self)
pub fn has_obfustucated_private_ip(&self) -> bool
pub fn set_obfustucated_private_ip(&mut self, v: u32)
pub fn get_obfustucated_private_ip<'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_last_session_id(&mut self)
pub fn has_last_session_id(&self) -> bool
pub fn set_last_session_id(&mut self, v: u32)
pub fn get_last_session_id<'a>(&self) -> u32
pub fn clear_client_package_version(&mut self)
pub fn has_client_package_version(&self) -> bool
pub fn set_client_package_version(&mut self, v: u32)
pub fn get_client_package_version<'a>(&self) -> u32
pub fn clear_client_language(&mut self)
pub fn has_client_language(&self) -> bool
pub fn set_client_language(&mut self, v: String)
pub fn mut_client_language<'a>(&'a mut self) -> &'a mut String
pub fn take_client_language(&mut self) -> String
pub fn get_client_language<'a>(&'a self) -> &'a str
pub fn clear_client_os_type(&mut self)
pub fn has_client_os_type(&self) -> bool
pub fn set_client_os_type(&mut self, v: u32)
pub fn get_client_os_type<'a>(&self) -> u32
pub fn clear_should_remember_password(&mut self)
pub fn has_should_remember_password(&self) -> bool
pub fn set_should_remember_password(&mut self, v: bool)
pub fn get_should_remember_password<'a>(&self) -> bool
pub fn clear_wine_version(&mut self)
pub fn has_wine_version(&self) -> bool
pub fn set_wine_version(&mut self, v: String)
pub fn mut_wine_version<'a>(&'a mut self) -> &'a mut String
pub fn take_wine_version(&mut self) -> String
pub fn get_wine_version<'a>(&'a self) -> &'a str
pub fn clear_ping_ms_from_cell_search(&mut self)
pub fn has_ping_ms_from_cell_search(&self) -> bool
pub fn set_ping_ms_from_cell_search(&mut self, v: u32)
pub fn get_ping_ms_from_cell_search<'a>(&self) -> u32
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_qos_level(&mut self)
pub fn has_qos_level(&self) -> bool
pub fn set_qos_level(&mut self, v: u32)
pub fn get_qos_level<'a>(&self) -> u32
pub fn clear_client_supplied_steam_id(&mut self)
pub fn has_client_supplied_steam_id(&self) -> bool
pub fn set_client_supplied_steam_id(&mut self, v: u64)
pub fn get_client_supplied_steam_id<'a>(&self) -> u64
pub fn clear_machine_id(&mut self)
pub fn has_machine_id(&self) -> bool
pub fn set_machine_id(&mut self, v: Vec<u8>)
pub fn mut_machine_id<'a>(&'a mut self) -> &'a mut Vec<u8> ⓘ
pub fn take_machine_id(&mut self) -> Vec<u8> ⓘ
pub fn get_machine_id<'a>(&'a self) -> &'a [u8] ⓘ
pub fn clear_launcher_type(&mut self)
pub fn has_launcher_type(&self) -> bool
pub fn set_launcher_type(&mut self, v: u32)
pub fn get_launcher_type<'a>(&self) -> u32
pub fn clear_ui_mode(&mut self)
pub fn has_ui_mode(&self) -> bool
pub fn set_ui_mode(&mut self, v: u32)
pub fn get_ui_mode<'a>(&self) -> u32
pub fn clear_steam2_auth_ticket(&mut self)
pub fn has_steam2_auth_ticket(&self) -> bool
pub fn set_steam2_auth_ticket(&mut self, v: Vec<u8>)
pub fn mut_steam2_auth_ticket<'a>(&'a mut self) -> &'a mut Vec<u8> ⓘ
pub fn take_steam2_auth_ticket(&mut self) -> Vec<u8> ⓘ
pub fn get_steam2_auth_ticket<'a>(&'a self) -> &'a [u8] ⓘ
pub fn clear_email_address(&mut self)
pub fn has_email_address(&self) -> bool
pub fn set_email_address(&mut self, v: String)
pub fn mut_email_address<'a>(&'a mut self) -> &'a mut String
pub fn take_email_address(&mut self) -> String
pub fn get_email_address<'a>(&'a self) -> &'a str
pub fn clear_rtime32_account_creation(&mut self)
pub fn has_rtime32_account_creation(&self) -> bool
pub fn set_rtime32_account_creation(&mut self, v: u32)
pub fn get_rtime32_account_creation<'a>(&self) -> u32
pub fn clear_account_name(&mut self)
pub fn has_account_name(&self) -> bool
pub fn set_account_name(&mut self, v: String)
pub fn mut_account_name<'a>(&'a mut self) -> &'a mut String
pub fn take_account_name(&mut self) -> String
pub fn get_account_name<'a>(&'a self) -> &'a str
pub fn clear_password(&mut self)
pub fn has_password(&self) -> bool
pub fn set_password(&mut self, v: String)
pub fn mut_password<'a>(&'a mut self) -> &'a mut String
pub fn take_password(&mut self) -> String
pub fn get_password<'a>(&'a self) -> &'a str
pub fn clear_game_server_token(&mut self)
pub fn has_game_server_token(&self) -> bool
pub fn set_game_server_token(&mut self, v: String)
pub fn mut_game_server_token<'a>(&'a mut self) -> &'a mut String
pub fn take_game_server_token(&mut self) -> String
pub fn get_game_server_token<'a>(&'a self) -> &'a str
pub fn clear_login_key(&mut self)
pub fn has_login_key(&self) -> bool
pub fn set_login_key(&mut self, v: String)
pub fn mut_login_key<'a>(&'a mut self) -> &'a mut String
pub fn take_login_key(&mut self) -> String
pub fn get_login_key<'a>(&'a self) -> &'a str
pub fn clear_was_converted_deprecated_msg(&mut self)
pub fn has_was_converted_deprecated_msg(&self) -> bool
pub fn set_was_converted_deprecated_msg(&mut self, v: bool)
pub fn get_was_converted_deprecated_msg<'a>(&self) -> bool
pub fn clear_anon_user_target_account_name(&mut self)
pub fn has_anon_user_target_account_name(&self) -> bool
pub fn set_anon_user_target_account_name(&mut self, v: String)
pub fn mut_anon_user_target_account_name<'a>(&'a mut self) -> &'a mut String
pub fn take_anon_user_target_account_name(&mut self) -> String
pub fn get_anon_user_target_account_name<'a>(&'a self) -> &'a str
pub fn clear_resolved_user_steam_id(&mut self)
pub fn has_resolved_user_steam_id(&self) -> bool
pub fn set_resolved_user_steam_id(&mut self, v: u64)
pub fn get_resolved_user_steam_id<'a>(&self) -> u64
pub fn clear_eresult_sentryfile(&mut self)
pub fn has_eresult_sentryfile(&self) -> bool
pub fn set_eresult_sentryfile(&mut self, v: i32)
pub fn get_eresult_sentryfile<'a>(&self) -> i32
pub fn clear_sha_sentryfile(&mut self)
pub fn has_sha_sentryfile(&self) -> bool
pub fn set_sha_sentryfile(&mut self, v: Vec<u8>)
pub fn mut_sha_sentryfile<'a>(&'a mut self) -> &'a mut Vec<u8> ⓘ
pub fn take_sha_sentryfile(&mut self) -> Vec<u8> ⓘ
pub fn get_sha_sentryfile<'a>(&'a self) -> &'a [u8] ⓘ
pub fn clear_auth_code(&mut self)
pub fn has_auth_code(&self) -> bool
pub fn set_auth_code(&mut self, v: String)
pub fn mut_auth_code<'a>(&'a mut self) -> &'a mut String
pub fn take_auth_code(&mut self) -> String
pub fn get_auth_code<'a>(&'a self) -> &'a str
pub fn clear_otp_type(&mut self)
pub fn has_otp_type(&self) -> bool
pub fn set_otp_type(&mut self, v: i32)
pub fn get_otp_type<'a>(&self) -> i32
pub fn clear_otp_value(&mut self)
pub fn has_otp_value(&self) -> bool
pub fn set_otp_value(&mut self, v: u32)
pub fn get_otp_value<'a>(&self) -> u32
pub fn clear_otp_identifier(&mut self)
pub fn has_otp_identifier(&self) -> bool
pub fn set_otp_identifier(&mut self, v: String)
pub fn mut_otp_identifier<'a>(&'a mut self) -> &'a mut String
pub fn take_otp_identifier(&mut self) -> String
pub fn get_otp_identifier<'a>(&'a self) -> &'a str
pub fn clear_steam2_ticket_request(&mut self)
pub fn has_steam2_ticket_request(&self) -> bool
pub fn set_steam2_ticket_request(&mut self, v: bool)
pub fn get_steam2_ticket_request<'a>(&self) -> bool
pub fn clear_sony_psn_ticket(&mut self)
pub fn has_sony_psn_ticket(&self) -> bool
pub fn set_sony_psn_ticket(&mut self, v: Vec<u8>)
pub fn mut_sony_psn_ticket<'a>(&'a mut self) -> &'a mut Vec<u8> ⓘ
pub fn take_sony_psn_ticket(&mut self) -> Vec<u8> ⓘ
pub fn get_sony_psn_ticket<'a>(&'a self) -> &'a [u8] ⓘ
pub fn clear_sony_psn_service_id(&mut self)
pub fn has_sony_psn_service_id(&self) -> bool
pub fn set_sony_psn_service_id(&mut self, v: String)
pub fn mut_sony_psn_service_id<'a>(&'a mut self) -> &'a mut String
pub fn take_sony_psn_service_id(&mut self) -> String
pub fn get_sony_psn_service_id<'a>(&'a self) -> &'a str
pub fn clear_create_new_psn_linked_account_if_needed(&mut self)
pub fn has_create_new_psn_linked_account_if_needed(&self) -> bool
pub fn set_create_new_psn_linked_account_if_needed(&mut self, v: bool)
pub fn get_create_new_psn_linked_account_if_needed<'a>(&self) -> bool
pub fn clear_sony_psn_name(&mut self)
pub fn has_sony_psn_name(&self) -> bool
pub fn set_sony_psn_name(&mut self, v: String)
pub fn mut_sony_psn_name<'a>(&'a mut self) -> &'a mut String
pub fn take_sony_psn_name(&mut self) -> String
pub fn get_sony_psn_name<'a>(&'a self) -> &'a str
pub fn clear_game_server_app_id(&mut self)
pub fn has_game_server_app_id(&self) -> bool
pub fn set_game_server_app_id(&mut self, v: i32)
pub fn get_game_server_app_id<'a>(&self) -> i32
pub fn clear_steamguard_dont_remember_computer(&mut self)
pub fn has_steamguard_dont_remember_computer(&self) -> bool
pub fn set_steamguard_dont_remember_computer(&mut self, v: bool)
pub fn get_steamguard_dont_remember_computer<'a>(&self) -> bool
pub fn clear_machine_name(&mut self)
pub fn has_machine_name(&self) -> bool
pub fn set_machine_name(&mut self, v: String)
pub fn mut_machine_name<'a>(&'a mut self) -> &'a mut String
pub fn take_machine_name(&mut self) -> String
pub fn get_machine_name<'a>(&'a self) -> &'a str
pub fn clear_machine_name_userchosen(&mut self)
pub fn has_machine_name_userchosen(&self) -> bool
pub fn set_machine_name_userchosen(&mut self, v: String)
pub fn mut_machine_name_userchosen<'a>(&'a mut self) -> &'a mut String
pub fn take_machine_name_userchosen(&mut self) -> String
pub fn get_machine_name_userchosen<'a>(&'a self) -> &'a str
pub fn clear_country_override(&mut self)
pub fn has_country_override(&self) -> bool
pub fn set_country_override(&mut self, v: String)
pub fn mut_country_override<'a>(&'a mut self) -> &'a mut String
pub fn take_country_override(&mut self) -> String
pub fn get_country_override<'a>(&'a self) -> &'a str
pub fn clear_is_steam_box(&mut self)
pub fn has_is_steam_box(&self) -> bool
pub fn set_is_steam_box(&mut self, v: bool)
pub fn get_is_steam_box<'a>(&self) -> bool
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
pub fn clear_two_factor_code(&mut self)
pub fn has_two_factor_code(&self) -> bool
pub fn set_two_factor_code(&mut self, v: String)
pub fn mut_two_factor_code<'a>(&'a mut self) -> &'a mut String
pub fn take_two_factor_code(&mut self) -> String
pub fn get_two_factor_code<'a>(&'a self) -> &'a str
pub fn clear_supports_rate_limit_response(&mut self)
pub fn has_supports_rate_limit_response(&self) -> bool
pub fn set_supports_rate_limit_response(&mut self, v: bool)
pub fn get_supports_rate_limit_response<'a>(&self) -> bool
Trait Implementations§
Source§impl Clone for CMsgClientLogon
impl Clone for CMsgClientLogon
Source§fn clone(&self) -> CMsgClientLogon
fn clone(&self) -> CMsgClientLogon
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 CMsgClientLogon
impl Debug for CMsgClientLogon
Source§impl Default for CMsgClientLogon
impl Default for CMsgClientLogon
Source§fn default() -> CMsgClientLogon
fn default() -> CMsgClientLogon
Returns the “default value” for a type. Read more
Source§impl Message for CMsgClientLogon
impl Message for CMsgClientLogon
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 CMsgClientLogon
impl MessageStatic for CMsgClientLogon
fn new() -> CMsgClientLogon
fn descriptor_static(_: Option<CMsgClientLogon>) -> &'static MessageDescriptor
Source§impl PartialEq for CMsgClientLogon
impl PartialEq for CMsgClientLogon
impl Sync for CMsgClientLogon
Auto Trait Implementations§
impl !Freeze for CMsgClientLogon
impl !RefUnwindSafe for CMsgClientLogon
impl Send for CMsgClientLogon
impl Unpin for CMsgClientLogon
impl UnwindSafe for CMsgClientLogon
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