#[repr(C)]pub struct Midi2Controller {
pub bank: uint8,
pub registered: TBool,
pub index: uint8,
pub reserved: TBool,
}Fields§
§bank: uint8§registered: TBool§index: uint8§reserved: TBoolTrait Implementations§
Source§impl Clone for Midi2Controller
impl Clone for Midi2Controller
Source§fn clone(&self) -> Midi2Controller
fn clone(&self) -> Midi2Controller
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 Midi2Controller
impl Send for Midi2Controller
impl Sync for Midi2Controller
Auto Trait Implementations§
impl Freeze for Midi2Controller
impl RefUnwindSafe for Midi2Controller
impl Unpin for Midi2Controller
impl UnwindSafe for Midi2Controller
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