pub struct Sig {Show 30 fields
pub login_bitmap: u64,
pub tgt: Bytes,
pub tgt_key: Bytes,
pub srm_token: Bytes,
pub t133: Bytes,
pub encrypted_a1: Bytes,
pub user_st_key: Bytes,
pub user_st_web_sig: Bytes,
pub s_key: Bytes,
pub s_key_expired_time: i64,
pub d2: Bytes,
pub d2key: Bytes,
pub device_token: Bytes,
pub ps_key_map: HashMap<String, Bytes>,
pub pt4_token_map: HashMap<String, Bytes>,
pub out_packet_session_id: Bytes,
pub dpwd: Bytes,
pub t104: Bytes,
pub t174: Bytes,
pub g: Bytes,
pub t402: Bytes,
pub rand_seed: Bytes,
pub sync_const1: u32,
pub sync_const2: u32,
pub sync_const3: u32,
pub sync_cookie: Bytes,
pub pub_account_cookie: Bytes,
pub guid: Bytes,
pub tgtgt_key: Bytes,
pub ksid: Bytes,
}
§rand_seed: Bytes
Formats the value using the given formatter.
Read more
Returns the “default value” for a type.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.