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