#[repr(C, packed(1))]pub struct z_thread_stack_element {
pub data: i8,
}
Fields§
§data: i8
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