#[repr(C, packed(1))]pub struct z_thread_stack_element {
pub data: u8,
}
Fields§
§data: u8
Trait Implementations§
Source§impl Default for z_thread_stack_element
impl Default for z_thread_stack_element
Source§fn default() -> z_thread_stack_element
fn default() -> z_thread_stack_element
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for z_thread_stack_element
impl RefUnwindSafe for z_thread_stack_element
impl Send for z_thread_stack_element
impl Sync for z_thread_stack_element
impl Unpin for z_thread_stack_element
impl UnwindSafe for z_thread_stack_element
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