pub struct WiredDeviceRowController {
pub row: ListBoxRow,
pub arrow: Image,
pub ctx: Rc<NetworksContext>,
pub device: Device,
pub details_page: Rc<WiredPage>,
}Fields§
§row: ListBoxRow§arrow: Image§ctx: Rc<NetworksContext>§device: Device§details_page: Rc<WiredPage>Implementations§
Auto Trait Implementations§
impl Freeze for WiredDeviceRowController
impl !RefUnwindSafe for WiredDeviceRowController
impl !Send for WiredDeviceRowController
impl !Sync for WiredDeviceRowController
impl Unpin for WiredDeviceRowController
impl UnsafeUnpin for WiredDeviceRowController
impl !UnwindSafe for WiredDeviceRowController
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