#[repr(u32)]pub enum NetParam {
Show 18 variants
Name = 0,
Ssid = 1,
Secure = 2,
WepKey = 3,
IsStaticIp = 4,
Ip = 5,
NetMask = 6,
Route = 7,
ManualDns = 8,
PrimaryDns = 9,
SecondaryDns = 10,
ProxyUser = 11,
ProxyPass = 12,
UseProxy = 13,
ProxyServer = 14,
ProxyPort = 15,
Unknown1 = 16,
Unknown2 = 17,
}
Variants§
Name = 0
c-style string
Ssid = 1
c-style string
Secure = 2
i32
WepKey = 3
c-style string
IsStaticIp = 4
i32
Ip = 5
c-style string
NetMask = 6
c-style string
Route = 7
c-style string
ManualDns = 8
i32
PrimaryDns = 9
c-style string
SecondaryDns = 10
c-style string
ProxyUser = 11
c-style string
ProxyPass = 12
c-style string
UseProxy = 13
i32
ProxyServer = 14
c-style string
ProxyPort = 15
i32
Unknown1 = 16
i32
Unknown2 = 17
i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NetParam
impl RefUnwindSafe for NetParam
impl Send for NetParam
impl Sync for NetParam
impl Unpin for NetParam
impl UnwindSafe for NetParam
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