Struct clap_sys::ext::gui::clap_window
source · #[repr(C)]pub struct clap_window {
pub api: *const c_char,
pub specific: clap_window_handle,
}Fields§
§api: *const c_char§specific: clap_window_handleTrait Implementations§
source§impl Clone for clap_window
impl Clone for clap_window
source§fn clone(&self) -> clap_window
fn clone(&self) -> clap_window
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl 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§
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