Struct ricq_core::jce::BigDataChannel
source · pub struct BigDataChannel {
pub ip_lists: Vec<BigDataIPList>,
pub sig_session: Bytes,
pub key_session: Bytes,
pub sig_uin: i64,
pub connect_flag: i32,
pub pb_buf: Bytes,
}
Fields§
§ip_lists: Vec<BigDataIPList>
§sig_session: Bytes
§key_session: Bytes
§sig_uin: i64
§connect_flag: i32
§pb_buf: Bytes
Trait Implementations§
source§impl Clone for BigDataChannel
impl Clone for BigDataChannel
source§fn clone(&self) -> BigDataChannel
fn clone(&self) -> BigDataChannel
Returns a copy 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 BigDataChannel
impl Debug for BigDataChannel
source§impl Default for BigDataChannel
impl Default for BigDataChannel
source§fn default() -> BigDataChannel
fn default() -> BigDataChannel
Returns the “default value” for a type. Read more