#[repr(C)]pub struct Midi2ControllerParamIDAssignmentList {
pub count: uint32,
pub map: *mut Midi2ControllerParamIDAssignment,
}Fields§
§count: uint32§map: *mut Midi2ControllerParamIDAssignmentTrait Implementations§
Source§impl Clone for Midi2ControllerParamIDAssignmentList
impl Clone for Midi2ControllerParamIDAssignmentList
Source§fn clone(&self) -> Midi2ControllerParamIDAssignmentList
fn clone(&self) -> Midi2ControllerParamIDAssignmentList
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 Midi2ControllerParamIDAssignmentList
impl Send for Midi2ControllerParamIDAssignmentList
impl Sync for Midi2ControllerParamIDAssignmentList
Auto Trait Implementations§
impl Freeze for Midi2ControllerParamIDAssignmentList
impl RefUnwindSafe for Midi2ControllerParamIDAssignmentList
impl Unpin for Midi2ControllerParamIDAssignmentList
impl UnwindSafe for Midi2ControllerParamIDAssignmentList
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