pub struct EnumerationResult {
pub variant: String,
pub serial: String,
}
Expand description
Serial and variant pairs returned by driver enumeration
Fields§
§variant: String
§serial: String
Trait Implementations§
Source§impl Clone for EnumerationResult
impl Clone for EnumerationResult
Source§fn clone(&self) -> EnumerationResult
fn clone(&self) -> EnumerationResult
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 EnumerationResult
impl RefUnwindSafe for EnumerationResult
impl Send for EnumerationResult
impl Sync for EnumerationResult
impl Unpin for EnumerationResult
impl UnwindSafe for EnumerationResult
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