pub struct WiredDeviceRowController {
pub row: ListBoxRow,
pub arrow: Image,
pub ctx: Rc<WiredDevicesContext>,
pub device: Device,
pub details_page: Rc<WiredPage>,
}Fields§
§row: ListBoxRow§arrow: Image§ctx: Rc<WiredDevicesContext>§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 !UnwindSafe for WiredDeviceRowController
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more