pub struct ResolvedDevice {
pub role: RoleId,
pub device: RawDeviceInfo,
pub match_method: MatchMethod,
}Expand description
匹配成功的设备
Fields§
§role: RoleId§device: RawDeviceInfo§match_method: MatchMethodTrait Implementations§
Source§impl Clone for ResolvedDevice
impl Clone for ResolvedDevice
Source§fn clone(&self) -> ResolvedDevice
fn clone(&self) -> ResolvedDevice
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ResolvedDevice
impl RefUnwindSafe for ResolvedDevice
impl Send for ResolvedDevice
impl Sync for ResolvedDevice
impl Unpin for ResolvedDevice
impl UnwindSafe for ResolvedDevice
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