Struct libpd_sys::_pdinstance
source · [−]#[repr(C)]pub struct _pdinstance {Show 13 fields
pub pd_systime: f64,
pub pd_clock_setlist: *mut _clock,
pub pd_canvaslist: *mut _glist,
pub pd_templatelist: *mut _template,
pub pd_instanceno: c_int,
pub pd_symhash: *mut *mut t_symbol,
pub pd_midi: *mut _instancemidi,
pub pd_inter: *mut _instanceinter,
pub pd_ugen: *mut _instanceugen,
pub pd_gui: *mut _instancecanvas,
pub pd_stuff: *mut _instancestuff,
pub pd_newest: *mut t_pd,
pub pd_islocked: c_int,
}Fields
pd_systime: f64pd_clock_setlist: *mut _clockpd_canvaslist: *mut _glistpd_templatelist: *mut _templatepd_instanceno: c_intpd_symhash: *mut *mut t_symbolpd_midi: *mut _instancemidipd_inter: *mut _instanceinterpd_ugen: *mut _instanceugenpd_gui: *mut _instancecanvaspd_stuff: *mut _instancestuffpd_newest: *mut t_pdpd_islocked: c_intTrait Implementations
sourceimpl Clone for _pdinstance
impl Clone for _pdinstance
sourcefn clone(&self) -> _pdinstance
fn clone(&self) -> _pdinstance
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 _pdinstance
impl Debug for _pdinstance
impl Copy for _pdinstance
Auto Trait Implementations
impl RefUnwindSafe for _pdinstance
impl !Send for _pdinstance
impl !Sync for _pdinstance
impl Unpin for _pdinstance
impl UnwindSafe for _pdinstance
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more