#[repr(C)]pub struct WechatUserSystemInfoField {
pub is_null: bool,
pub BrokerID: String,
pub UserID: String,
pub WechatCltSysInfoLen: i32,
pub WechatCltSysInfo: String,
pub ClientIPPort: i32,
pub ClientLoginTime: String,
pub ClientAppID: String,
pub ClientPublicIP: String,
pub ClientLoginRemark: String,
}
Fields§
§is_null: bool
§BrokerID: String
§UserID: String
§WechatCltSysInfoLen: i32
§WechatCltSysInfo: String
§ClientIPPort: i32
§ClientLoginTime: String
§ClientAppID: String
§ClientPublicIP: String
§ClientLoginRemark: String
Trait Implementations§
Source§impl Clone for WechatUserSystemInfoField
impl Clone for WechatUserSystemInfoField
Source§impl Debug for WechatUserSystemInfoField
impl Debug for WechatUserSystemInfoField
Source§impl Default for WechatUserSystemInfoField
impl Default for WechatUserSystemInfoField
Auto Trait Implementations§
impl Freeze for WechatUserSystemInfoField
impl RefUnwindSafe for WechatUserSystemInfoField
impl Send for WechatUserSystemInfoField
impl Sync for WechatUserSystemInfoField
impl Unpin for WechatUserSystemInfoField
impl UnwindSafe for WechatUserSystemInfoField
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