pub struct DeviceLocator {
pub frontend_domid: u32,
pub backend_domid: u32,
pub frontend_type: String,
pub backend_type: String,
pub device_id: u64,
}
Fields§
§frontend_domid: u32
§backend_domid: u32
§frontend_type: String
§backend_type: String
§device_id: u64
Implementations§
Auto Trait Implementations§
impl Freeze for DeviceLocator
impl RefUnwindSafe for DeviceLocator
impl Send for DeviceLocator
impl Sync for DeviceLocator
impl Unpin for DeviceLocator
impl UnwindSafe for DeviceLocator
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