Skip to content

Commit

Permalink
add Clone for ASIO Device
Browse files Browse the repository at this point in the history
  • Loading branch information
bbarker committed Feb 5, 2024
1 parent 22cb1b9 commit c58b7f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/host/asio/device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ use std::hash::{Hash, Hasher};
use std::sync::Arc;

/// A ASIO Device
#[derive(Clone)]
pub struct Device {
/// The driver represented by this device.
pub driver: Arc<sys::Driver>,
Expand Down

0 comments on commit c58b7f6

Please sign in to comment.