#[repr(C)]pub struct ThreadStart<M: MemorySize> {
pub stack_upper: M::Offset,
pub tls_base: M::Offset,
pub start_funct: M::Offset,
pub start_args: M::Offset,
pub reserved: [M::Offset; 10],
pub stack_size: M::Offset,
pub guard_size: M::Offset,
}
Expand description
Represents the thread start object
Fields§
§stack_upper: M::Offset
§tls_base: M::Offset
§start_funct: M::Offset
§start_args: M::Offset
§reserved: [M::Offset; 10]
§stack_size: M::Offset
§guard_size: M::Offset
Trait Implementations§
Source§impl<M: Clone + MemorySize> Clone for ThreadStart<M>
impl<M: Clone + MemorySize> Clone for ThreadStart<M>
Source§fn clone(&self) -> ThreadStart<M>
fn clone(&self) -> ThreadStart<M>
Returns a copy 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<M: MemorySize> Debug for ThreadStart<M>
impl<M: MemorySize> Debug for ThreadStart<M>
Source§impl<M: MemorySize> ValueType for ThreadStart<M>
impl<M: MemorySize> ValueType for ThreadStart<M>
Source§fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])
fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])
This method is passed a byte slice which contains the byte
representation of
self
. It must zero out any bytes which are
uninitialized (e.g. padding bytes).impl<M: Copy + MemorySize> Copy for ThreadStart<M>
Auto Trait Implementations§
impl<M> Freeze for ThreadStart<M>
impl<M> RefUnwindSafe for ThreadStart<M>
impl<M> Send for ThreadStart<M>
impl<M> Sync for ThreadStart<M>
impl<M> Unpin for ThreadStart<M>
impl<M> UnwindSafe for ThreadStart<M>
Blanket Implementations§
Source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
Source§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
Source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
Source§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Returns the layout of the type.
Source§impl<T> Upcastable for T
impl<T> Upcastable for T
Source§fn upcast_any_ref(&self) -> &(dyn Any + 'static)
fn upcast_any_ref(&self) -> &(dyn Any + 'static)
upcast ref
Source§fn upcast_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn upcast_any_mut(&mut self) -> &mut (dyn Any + 'static)
upcast mut ref