#[repr(C)]pub struct threadinit_ {
pub thread: THREADFUNCTION,
pub hxcfloppyemulatorcontext: *mut HXCFE,
pub hwcontext: *mut c_void,
}Fields§
§thread: THREADFUNCTION§hxcfloppyemulatorcontext: *mut HXCFE§hwcontext: *mut c_voidTrait Implementations§
Source§impl Clone for threadinit_
impl Clone for threadinit_
Source§fn clone(&self) -> threadinit_
fn clone(&self) -> threadinit_
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 threadinit_
impl Debug for threadinit_
impl Copy for threadinit_
Auto Trait Implementations§
impl Freeze for threadinit_
impl RefUnwindSafe for threadinit_
impl !Send for threadinit_
impl !Sync for threadinit_
impl Unpin for threadinit_
impl UnwindSafe for threadinit_
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