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