Struct ricq_core::pb::msg::GeneralFlags
source · pub struct GeneralFlags {Show 19 fields
pub bubble_diy_text_id: Option<i32>,
pub group_flag_new: Option<i32>,
pub uin: Option<i64>,
pub rp_id: Option<Vec<u8>>,
pub prp_fold: Option<i32>,
pub long_text_flag: Option<i32>,
pub long_text_resid: Option<String>,
pub group_type: Option<i32>,
pub to_uin_flag: Option<i32>,
pub glamour_level: Option<i32>,
pub member_level: Option<i32>,
pub group_rank_seq: Option<i64>,
pub olympic_torch: Option<i32>,
pub babyq_guide_msg_cookie: Option<Vec<u8>>,
pub uin32_expert_flag: Option<i32>,
pub bubble_sub_id: Option<i32>,
pub pendant_id: Option<i64>,
pub rp_index: Option<Vec<u8>>,
pub pb_reserve: Option<Vec<u8>>,
}Fields§
§bubble_diy_text_id: Option<i32>§group_flag_new: Option<i32>§uin: Option<i64>§rp_id: Option<Vec<u8>>§prp_fold: Option<i32>§long_text_flag: Option<i32>§long_text_resid: Option<String>§group_type: Option<i32>§to_uin_flag: Option<i32>§glamour_level: Option<i32>§member_level: Option<i32>§group_rank_seq: Option<i64>§olympic_torch: Option<i32>§uin32_expert_flag: Option<i32>§bubble_sub_id: Option<i32>§pendant_id: Option<i64>§rp_index: Option<Vec<u8>>§pb_reserve: Option<Vec<u8>>Implementations§
source§impl GeneralFlags
impl GeneralFlags
sourcepub fn bubble_diy_text_id(&self) -> i32
pub fn bubble_diy_text_id(&self) -> i32
Returns the value of bubble_diy_text_id, or the default value if bubble_diy_text_id is unset.
sourcepub fn group_flag_new(&self) -> i32
pub fn group_flag_new(&self) -> i32
Returns the value of group_flag_new, or the default value if group_flag_new is unset.
sourcepub fn rp_id(&self) -> &[u8] ⓘ
pub fn rp_id(&self) -> &[u8] ⓘ
Returns the value of rp_id, or the default value if rp_id is unset.
sourcepub fn prp_fold(&self) -> i32
pub fn prp_fold(&self) -> i32
Returns the value of prp_fold, or the default value if prp_fold is unset.
sourcepub fn long_text_flag(&self) -> i32
pub fn long_text_flag(&self) -> i32
Returns the value of long_text_flag, or the default value if long_text_flag is unset.
sourcepub fn long_text_resid(&self) -> &str
pub fn long_text_resid(&self) -> &str
Returns the value of long_text_resid, or the default value if long_text_resid is unset.
sourcepub fn group_type(&self) -> i32
pub fn group_type(&self) -> i32
Returns the value of group_type, or the default value if group_type is unset.
sourcepub fn to_uin_flag(&self) -> i32
pub fn to_uin_flag(&self) -> i32
Returns the value of to_uin_flag, or the default value if to_uin_flag is unset.
sourcepub fn glamour_level(&self) -> i32
pub fn glamour_level(&self) -> i32
Returns the value of glamour_level, or the default value if glamour_level is unset.
sourcepub fn member_level(&self) -> i32
pub fn member_level(&self) -> i32
Returns the value of member_level, or the default value if member_level is unset.
sourcepub fn group_rank_seq(&self) -> i64
pub fn group_rank_seq(&self) -> i64
Returns the value of group_rank_seq, or the default value if group_rank_seq is unset.
sourcepub fn olympic_torch(&self) -> i32
pub fn olympic_torch(&self) -> i32
Returns the value of olympic_torch, or the default value if olympic_torch is unset.
Returns the value of babyq_guide_msg_cookie, or the default value if babyq_guide_msg_cookie is unset.
sourcepub fn uin32_expert_flag(&self) -> i32
pub fn uin32_expert_flag(&self) -> i32
Returns the value of uin32_expert_flag, or the default value if uin32_expert_flag is unset.
sourcepub fn bubble_sub_id(&self) -> i32
pub fn bubble_sub_id(&self) -> i32
Returns the value of bubble_sub_id, or the default value if bubble_sub_id is unset.
sourcepub fn pendant_id(&self) -> i64
pub fn pendant_id(&self) -> i64
Returns the value of pendant_id, or the default value if pendant_id is unset.
sourcepub fn rp_index(&self) -> &[u8] ⓘ
pub fn rp_index(&self) -> &[u8] ⓘ
Returns the value of rp_index, or the default value if rp_index is unset.
sourcepub fn pb_reserve(&self) -> &[u8] ⓘ
pub fn pb_reserve(&self) -> &[u8] ⓘ
Returns the value of pb_reserve, or the default value if pb_reserve is unset.
Trait Implementations§
source§impl Clone for GeneralFlags
impl Clone for GeneralFlags
source§fn clone(&self) -> GeneralFlags
fn clone(&self) -> GeneralFlags
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for GeneralFlags
impl Debug for GeneralFlags
source§impl Default for GeneralFlags
impl Default for GeneralFlags
source§impl Message for GeneralFlags
impl Message for GeneralFlags
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode<B>(&self, buf: &mut B) -> Result<(), EncodeError>where
B: BufMut,
Self: Sized,
fn encode<B>(&self, buf: &mut B) -> Result<(), EncodeError>where
B: BufMut,
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8, Global>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8, Global>where
Self: Sized,
source§fn encode_length_delimited<B>(&self, buf: &mut B) -> Result<(), EncodeError>where
B: BufMut,
Self: Sized,
fn encode_length_delimited<B>(&self, buf: &mut B) -> Result<(), EncodeError>where
B: BufMut,
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8, Global>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8, Global>where
Self: Sized,
source§fn decode<B>(buf: B) -> Result<Self, DecodeError>where
B: Buf,
Self: Default,
fn decode<B>(buf: B) -> Result<Self, DecodeError>where
B: Buf,
Self: Default,
source§fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError>where
B: Buf,
Self: Default,
fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError>where
B: Buf,
Self: Default,
source§fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError>where
B: Buf,
Self: Sized,
fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError>where
B: Buf,
Self: Sized,
self. Read moresource§fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError>where
B: Buf,
Self: Sized,
fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError>where
B: Buf,
Self: Sized,
self. Read more