pub struct ClockDef {
pub backend: String,
pub port_name: String,
pub auto_start: bool,
}Expand description
Serializable MIDI clock output configuration.
Fields§
§backend: StringBackend type — "midir", "alsa_seq", or "jack".
port_name: StringPort name for the backend.
auto_start: boolStart clock automatically when the system launches.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClockDef
impl RefUnwindSafe for ClockDef
impl Send for ClockDef
impl Sync for ClockDef
impl Unpin for ClockDef
impl UnsafeUnpin for ClockDef
impl UnwindSafe for ClockDef
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