#[repr(C)]pub struct duk_thread_state {
pub data: [c_char; 128],
}Fields§
§data: [c_char; 128]Trait Implementations§
Source§impl Clone for duk_thread_state
impl Clone for duk_thread_state
Source§fn clone(&self) -> duk_thread_state
fn clone(&self) -> duk_thread_state
Returns a duplicate 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 duk_thread_state
impl Debug for duk_thread_state
impl Copy for duk_thread_state
Auto Trait Implementations§
impl Freeze for duk_thread_state
impl RefUnwindSafe for duk_thread_state
impl Send for duk_thread_state
impl Sync for duk_thread_state
impl Unpin for duk_thread_state
impl UnwindSafe for duk_thread_state
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