[−][src]Struct lilv_sys::_LV2_Descriptor
Fields
URI: *const c_charinstantiate: Option<unsafe extern "C" fn(descriptor: *const _LV2_Descriptor, sample_rate: f64, bundle_path: *const c_char, features: *const *const LV2_Feature) -> LV2_Handle>connect_port: Option<unsafe extern "C" fn(instance: LV2_Handle, port: u32, data_location: *mut c_void)>activate: Option<unsafe extern "C" fn(instance: LV2_Handle)>run: Option<unsafe extern "C" fn(instance: LV2_Handle, sample_count: u32)>deactivate: Option<unsafe extern "C" fn(instance: LV2_Handle)>cleanup: Option<unsafe extern "C" fn(instance: LV2_Handle)>extension_data: Option<unsafe extern "C" fn(uri: *const c_char) -> *const c_void>Trait Implementations
impl Clone for _LV2_Descriptor[src]
fn clone(&self) -> _LV2_Descriptor[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for _LV2_Descriptor[src]
impl Debug for _LV2_Descriptor[src]
Auto Trait Implementations
impl !Send for _LV2_Descriptor
impl !Sync for _LV2_Descriptor
impl Unpin for _LV2_Descriptor
impl RefUnwindSafe for _LV2_Descriptor
impl UnwindSafe for _LV2_Descriptor
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,