#[repr(C)]pub struct TGIpAddrParamField {Show 15 fields
pub is_null: bool,
pub BrokerID: String,
pub UserID: String,
pub Address: String,
pub DRIdentityID: i32,
pub DRIdentityName: String,
pub AddrSrvMode: u8,
pub AddrVer: u8,
pub AddrNo: i32,
pub AddrName: String,
pub IsSM: i32,
pub IsLocalAddr: i32,
pub Remark: String,
pub Site: Vec<u8>,
pub NetOperator: Vec<u8>,
}
Fields§
§is_null: bool
§BrokerID: String
§UserID: String
§Address: String
§DRIdentityID: i32
§DRIdentityName: String
§AddrSrvMode: u8
§AddrVer: u8
§AddrNo: i32
§AddrName: String
§IsSM: i32
§IsLocalAddr: i32
§Remark: String
§Site: Vec<u8>
§NetOperator: Vec<u8>
Trait Implementations§
Source§impl Clone for TGIpAddrParamField
impl Clone for TGIpAddrParamField
Source§impl Debug for TGIpAddrParamField
impl Debug for TGIpAddrParamField
Source§impl Default for TGIpAddrParamField
impl Default for TGIpAddrParamField
Source§impl ExternType for TGIpAddrParamField
impl ExternType for TGIpAddrParamField
Auto Trait Implementations§
impl Freeze for TGIpAddrParamField
impl RefUnwindSafe for TGIpAddrParamField
impl Send for TGIpAddrParamField
impl Sync for TGIpAddrParamField
impl Unpin for TGIpAddrParamField
impl UnwindSafe for TGIpAddrParamField
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