Struct ndk_sys::AMidiDevice
source · [−]#[repr(C)]pub struct AMidiDevice { /* private fields */ }Trait Implementations
sourceimpl Clone for AMidiDevice
impl Clone for AMidiDevice
sourcefn clone(&self) -> AMidiDevice
fn clone(&self) -> AMidiDevice
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AMidiDevice
impl Debug for AMidiDevice
impl Copy for AMidiDevice
Auto Trait Implementations
impl RefUnwindSafe for AMidiDevice
impl Send for AMidiDevice
impl Sync for AMidiDevice
impl Unpin for AMidiDevice
impl UnwindSafe for AMidiDevice
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more