#[repr(C)]pub struct ClapWindow {
pub api: *const c_char,
pub clap_window__: ClapWindowUnion,
}Fields§
§api: *const c_char§clap_window__: ClapWindowUnionAuto Trait Implementations§
impl !Send for ClapWindow
impl !Sync for ClapWindow
impl Freeze for ClapWindow
impl RefUnwindSafe for ClapWindow
impl Unpin for ClapWindow
impl UnsafeUnpin for ClapWindow
impl UnwindSafe for ClapWindow
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