#[repr(C)]pub struct duk_hthread { /* private fields */ }Trait Implementations§
Source§impl Clone for duk_hthread
impl Clone for duk_hthread
Source§fn clone(&self) -> duk_hthread
fn clone(&self) -> duk_hthread
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_hthread
impl Debug for duk_hthread
impl Copy for duk_hthread
Auto Trait Implementations§
impl Freeze for duk_hthread
impl RefUnwindSafe for duk_hthread
impl Send for duk_hthread
impl Sync for duk_hthread
impl Unpin for duk_hthread
impl UnwindSafe for duk_hthread
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