Struct ndk_sys::AMidiDevice
source · #[repr(C)]pub struct AMidiDevice { /* private fields */ }
Trait Implementations§
source§impl Clone for AMidiDevice
impl Clone for AMidiDevice
source§fn clone(&self) -> AMidiDevice
fn clone(&self) -> AMidiDevice
Returns a copy 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 moresource§impl Debug for AMidiDevice
impl Debug for AMidiDevice
impl Copy for AMidiDevice
Auto Trait Implementations§
impl Freeze for AMidiDevice
impl RefUnwindSafe for AMidiDevice
impl Send for AMidiDevice
impl Sync for AMidiDevice
impl Unpin for AMidiDevice
impl UnwindSafe for AMidiDevice
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