#[repr(C)]pub struct Midi2ControllerParamIDAssignment {
pub pId: ParamID,
pub busIndex: BusIndex,
pub channel: MidiChannel,
pub controller: Midi2Controller,
}Fields§
§pId: ParamID§busIndex: BusIndex§channel: MidiChannel§controller: Midi2ControllerTrait Implementations§
Source§impl Clone for Midi2ControllerParamIDAssignment
impl Clone for Midi2ControllerParamIDAssignment
Source§fn clone(&self) -> Midi2ControllerParamIDAssignment
fn clone(&self) -> Midi2ControllerParamIDAssignment
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 moreimpl Copy for Midi2ControllerParamIDAssignment
impl Send for Midi2ControllerParamIDAssignment
impl Sync for Midi2ControllerParamIDAssignment
Auto Trait Implementations§
impl Freeze for Midi2ControllerParamIDAssignment
impl RefUnwindSafe for Midi2ControllerParamIDAssignment
impl Unpin for Midi2ControllerParamIDAssignment
impl UnwindSafe for Midi2ControllerParamIDAssignment
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