pub struct PortDiff {
pub added: Vec<MidiPortInfo>,
pub removed: Vec<MidiPortInfo>,
}Expand description
Result of comparing two port scans.
Fields§
§added: Vec<MidiPortInfo>§removed: Vec<MidiPortInfo>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PortDiff
impl RefUnwindSafe for PortDiff
impl Send for PortDiff
impl Sync for PortDiff
impl Unpin for PortDiff
impl UnsafeUnpin for PortDiff
impl UnwindSafe for PortDiff
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