#[repr(C)]pub struct LilvInstanceImpl {
pub lv2_descriptor: *const LV2Descriptor,
pub lv2_handle: LV2Handle,
pub pimpl: *mut c_void,
}Expand description
@cond LILV_DOCUMENT_INSTANCE_IMPL
Fields§
§lv2_descriptor: *const LV2Descriptor§lv2_handle: LV2Handle§pimpl: *mut c_voidAuto Trait Implementations§
impl Freeze for LilvInstanceImpl
impl RefUnwindSafe for LilvInstanceImpl
impl !Send for LilvInstanceImpl
impl !Sync for LilvInstanceImpl
impl Unpin for LilvInstanceImpl
impl UnwindSafe for LilvInstanceImpl
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