Struct ctru_sys::AttachThreadEvent
source · #[repr(C)]pub struct AttachThreadEvent {
pub creator_thread_id: u32_,
pub thread_local_storage: u32_,
pub entry_point: u32_,
}
Expand description
Event relating to the attachment of a thread.
Fields§
§creator_thread_id: u32_
< ID of the creating thread.
thread_local_storage: u32_
< Thread local storage.
entry_point: u32_
< Entry point of the thread.
Trait Implementations§
source§impl Clone for AttachThreadEvent
impl Clone for AttachThreadEvent
source§fn clone(&self) -> AttachThreadEvent
fn clone(&self) -> AttachThreadEvent
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AttachThreadEvent
impl Debug for AttachThreadEvent
source§impl Default for AttachThreadEvent
impl Default for AttachThreadEvent
source§fn default() -> AttachThreadEvent
fn default() -> AttachThreadEvent
Returns the “default value” for a type. Read more