pub struct TargetDevice {
pub midi_id: u32,
pub name: String,
pub version: u32,
}
Fields§
§midi_id: u32
§name: String
§version: u32
Trait Implementations§
Source§impl Debug for TargetDevice
impl Debug for TargetDevice
Auto Trait Implementations§
impl Freeze for TargetDevice
impl RefUnwindSafe for TargetDevice
impl Send for TargetDevice
impl Sync for TargetDevice
impl Unpin for TargetDevice
impl UnwindSafe for TargetDevice
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