Struct ricq_core::pb::msg::MarketFace
source · pub struct MarketFace {Show 13 fields
pub face_name: Option<Vec<u8>>,
pub item_type: Option<u32>,
pub face_info: Option<u32>,
pub face_id: Option<Vec<u8>>,
pub tab_id: Option<u32>,
pub sub_type: Option<u32>,
pub key: Option<Vec<u8>>,
pub param: Option<Vec<u8>>,
pub media_type: Option<u32>,
pub image_width: Option<u32>,
pub image_height: Option<u32>,
pub mobileparam: Option<Vec<u8>>,
pub pb_reserve: Option<Vec<u8>>,
}
Fields§
§face_name: Option<Vec<u8>>
§item_type: Option<u32>
§face_info: Option<u32>
§face_id: Option<Vec<u8>>
§tab_id: Option<u32>
§sub_type: Option<u32>
§key: Option<Vec<u8>>
§param: Option<Vec<u8>>
§media_type: Option<u32>
§image_width: Option<u32>
§image_height: Option<u32>
§mobileparam: Option<Vec<u8>>
§pb_reserve: Option<Vec<u8>>
Implementations§
source§impl MarketFace
impl MarketFace
sourcepub fn face_name(&self) -> &[u8] ⓘ
pub fn face_name(&self) -> &[u8] ⓘ
Returns the value of face_name
, or the default value if face_name
is unset.
sourcepub fn item_type(&self) -> u32
pub fn item_type(&self) -> u32
Returns the value of item_type
, or the default value if item_type
is unset.
sourcepub fn face_info(&self) -> u32
pub fn face_info(&self) -> u32
Returns the value of face_info
, or the default value if face_info
is unset.
sourcepub fn face_id(&self) -> &[u8] ⓘ
pub fn face_id(&self) -> &[u8] ⓘ
Returns the value of face_id
, or the default value if face_id
is unset.
sourcepub fn tab_id(&self) -> u32
pub fn tab_id(&self) -> u32
Returns the value of tab_id
, or the default value if tab_id
is unset.
sourcepub fn sub_type(&self) -> u32
pub fn sub_type(&self) -> u32
Returns the value of sub_type
, or the default value if sub_type
is unset.
sourcepub fn param(&self) -> &[u8] ⓘ
pub fn param(&self) -> &[u8] ⓘ
Returns the value of param
, or the default value if param
is unset.
sourcepub fn media_type(&self) -> u32
pub fn media_type(&self) -> u32
Returns the value of media_type
, or the default value if media_type
is unset.
sourcepub fn image_width(&self) -> u32
pub fn image_width(&self) -> u32
Returns the value of image_width
, or the default value if image_width
is unset.
sourcepub fn image_height(&self) -> u32
pub fn image_height(&self) -> u32
Returns the value of image_height
, or the default value if image_height
is unset.
sourcepub fn mobileparam(&self) -> &[u8] ⓘ
pub fn mobileparam(&self) -> &[u8] ⓘ
Returns the value of mobileparam
, or the default value if mobileparam
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 MarketFace
impl Clone for MarketFace
source§fn clone(&self) -> MarketFace
fn clone(&self) -> MarketFace
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for MarketFace
impl Debug for MarketFace
source§impl Default for MarketFace
impl Default for MarketFace
source§impl From<MarketFace> for MarketFace
impl From<MarketFace> for MarketFace
source§fn from(e: MarketFace) -> Self
fn from(e: MarketFace) -> Self
source§impl Message for MarketFace
impl Message for MarketFace
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