pub struct NetworkIcons {
pub wireless: String,
pub ethernet: String,
pub online: String,
pub offline: String,
}Expand description
Icons used by Network
Fields§
§wireless: Stringdisplayed if the interface is wireless
ethernet: Stringdisplayed if the interface is wired
online: Stringdisplayed if the interface is connected
offline: Stringdisplayed if the interface is not connected
Trait Implementations§
Source§impl Debug for NetworkIcons
impl Debug for NetworkIcons
Auto Trait Implementations§
impl Freeze for NetworkIcons
impl RefUnwindSafe for NetworkIcons
impl Send for NetworkIcons
impl Sync for NetworkIcons
impl Unpin for NetworkIcons
impl UnwindSafe for NetworkIcons
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