#[repr(C)]pub struct clap_window {
pub api: *const c_char,
pub specific: clap_window_handle,
}Fields
api: *const c_charspecific: clap_window_handleTrait Implementations
sourceimpl Clone for clap_window
impl Clone for clap_window
sourcefn clone(&self) -> clap_window
fn clone(&self) -> clap_window
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for clap_window
impl Debug for clap_window
impl Copy for clap_window
impl Send for clap_window
impl Sync for clap_window
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more