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