#[repr(C)]pub struct IpAddrParamField {Show 14 fields
pub is_null: bool,
pub BrokerID: 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
§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 IpAddrParamField
impl Clone for IpAddrParamField
Source§impl Debug for IpAddrParamField
impl Debug for IpAddrParamField
Source§impl Default for IpAddrParamField
impl Default for IpAddrParamField
Source§impl ExternType for IpAddrParamField
impl ExternType for IpAddrParamField
Auto Trait Implementations§
impl Freeze for IpAddrParamField
impl RefUnwindSafe for IpAddrParamField
impl Send for IpAddrParamField
impl Sync for IpAddrParamField
impl Unpin for IpAddrParamField
impl UnwindSafe for IpAddrParamField
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