#[repr(u32)]pub enum NETWORK {
Show 24 variants
PING = 587_202_561,
INFO = 587_202_562,
DIAGNOSE = 587_202_563,
SET_IP = 587_202_564,
SET_SUBNETMASK = 587_202_565,
SET_GATEWAY = 587_202_566,
SET_DNS_SERVER = 587_202_567,
SET_DHCP = 587_202_568,
MAKE_INFO_FILE = 587_202_569,
CHECK_INTERNET_SPEED = 587_202_570,
PARAM_IP = 591_396_865,
PARAM_SUBNETMASK = 591_396_866,
PARAM_GATEWAY = 591_396_867,
PARAM_DNS_SERVER = 591_396_868,
PARAM_DHCP = 591_396_869,
PARAM_MAC_ADDRESS = 591_396_870,
PARAM_E3DC_SERVER_REACHABLE = 591_396_871,
PARAM_DNS_SERVER_REACHABLE = 591_396_872,
PARAM_DNS_LOOKUP_WORKING = 591_396_873,
PARAM_GATEWAY_REACHABLE = 591_396_874,
PARAM_SYSTEM_IP_VALID = 591_396_875,
PARAM_CABLE_CONNECTED = 591_396_876,
PARAM_INTERNET_SPEED = 591_396_877,
GENERAL_ERROR = 595_591_167,
}Variants§
PING = 587_202_561
INFO = 587_202_562
DIAGNOSE = 587_202_563
SET_IP = 587_202_564
SET_SUBNETMASK = 587_202_565
SET_GATEWAY = 587_202_566
SET_DNS_SERVER = 587_202_567
SET_DHCP = 587_202_568
MAKE_INFO_FILE = 587_202_569
CHECK_INTERNET_SPEED = 587_202_570
PARAM_IP = 591_396_865
PARAM_SUBNETMASK = 591_396_866
PARAM_GATEWAY = 591_396_867
PARAM_DNS_SERVER = 591_396_868
PARAM_DHCP = 591_396_869
PARAM_MAC_ADDRESS = 591_396_870
PARAM_E3DC_SERVER_REACHABLE = 591_396_871
PARAM_DNS_SERVER_REACHABLE = 591_396_872
PARAM_DNS_LOOKUP_WORKING = 591_396_873
PARAM_GATEWAY_REACHABLE = 591_396_874
PARAM_SYSTEM_IP_VALID = 591_396_875
PARAM_CABLE_CONNECTED = 591_396_876
PARAM_INTERNET_SPEED = 591_396_877
GENERAL_ERROR = 595_591_167
Trait Implementations§
impl StructuralPartialEq for NETWORK
Auto Trait Implementations§
impl Freeze for NETWORK
impl RefUnwindSafe for NETWORK
impl Send for NETWORK
impl Sync for NETWORK
impl Unpin for NETWORK
impl UnwindSafe for NETWORK
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