#[repr(C)]pub struct HostData {
pub host: *mut ClapHost,
pub plugin: *const ClapPlugin,
}Fields§
§host: *mut ClapHost§plugin: *const ClapPluginAuto Trait Implementations§
impl !Send for HostData
impl !Sync for HostData
impl Freeze for HostData
impl RefUnwindSafe for HostData
impl Unpin for HostData
impl UnsafeUnpin for HostData
impl UnwindSafe for HostData
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