#[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_int

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.