#[repr(C)]pub struct ClapHostParams {
pub resize: Option<unsafe extern "C" fn(*const ClapHost, u32) -> bool>,
pub clear: Option<unsafe extern "C" fn(*const ClapHost, u32, u32)>,
pub request_flush: Option<unsafe extern "C" fn(*const ClapHost)>,
}Fields§
§resize: Option<unsafe extern "C" fn(*const ClapHost, u32) -> bool>§clear: Option<unsafe extern "C" fn(*const ClapHost, u32, u32)>§request_flush: Option<unsafe extern "C" fn(*const ClapHost)>Auto Trait Implementations§
impl Freeze for ClapHostParams
impl RefUnwindSafe for ClapHostParams
impl Send for ClapHostParams
impl Sync for ClapHostParams
impl Unpin for ClapHostParams
impl UnsafeUnpin for ClapHostParams
impl UnwindSafe for ClapHostParams
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