#[repr(C)]pub struct IPListField {
pub is_null: bool,
pub IsWhite: i32,
pub IPAddress: String,
}Expand description
IP列表
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
IsWhite: i32是否白名单
IPAddress: StringIP地址
Trait Implementations§
Source§impl Clone for IPListField
impl Clone for IPListField
Source§impl Debug for IPListField
impl Debug for IPListField
Source§impl Default for IPListField
impl Default for IPListField
Source§impl ExternType for IPListField
impl ExternType for IPListField
Auto Trait Implementations§
impl Freeze for IPListField
impl RefUnwindSafe for IPListField
impl Send for IPListField
impl Sync for IPListField
impl Unpin for IPListField
impl UnsafeUnpin for IPListField
impl UnwindSafe for IPListField
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