#[repr(C)]pub struct HitakiMotuCommandDspInterface {
pub iface: GTypeInterface,
pub read_float_meter: Option<unsafe extern "C" fn(*mut HitakiMotuCommandDsp, *const *mut [c_float; 400], *mut *mut GError) -> gboolean>,
}Fields§
§iface: GTypeInterface§read_float_meter: Option<unsafe extern "C" fn(*mut HitakiMotuCommandDsp, *const *mut [c_float; 400], *mut *mut GError) -> gboolean>Trait Implementations§
Source§impl Clone for HitakiMotuCommandDspInterface
impl Clone for HitakiMotuCommandDspInterface
Source§fn clone(&self) -> HitakiMotuCommandDspInterface
fn clone(&self) -> HitakiMotuCommandDspInterface
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 HitakiMotuCommandDspInterface
Auto Trait Implementations§
impl Freeze for HitakiMotuCommandDspInterface
impl RefUnwindSafe for HitakiMotuCommandDspInterface
impl Send for HitakiMotuCommandDspInterface
impl Sync for HitakiMotuCommandDspInterface
impl Unpin for HitakiMotuCommandDspInterface
impl UnwindSafe for HitakiMotuCommandDspInterface
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