#[repr(C)]pub struct fdf_thread_dump_entry {
pub koid: zx_koid_t,
pub name: *const c_char,
pub scheduler_role: *const c_char,
}Fields§
§koid: zx_koid_t§name: *const c_char§scheduler_role: *const c_charTrait Implementations§
Source§impl Debug for fdf_thread_dump_entry
impl Debug for fdf_thread_dump_entry
Auto Trait Implementations§
impl !Send for fdf_thread_dump_entry
impl !Sync for fdf_thread_dump_entry
impl Freeze for fdf_thread_dump_entry
impl RefUnwindSafe for fdf_thread_dump_entry
impl Unpin for fdf_thread_dump_entry
impl UnsafeUnpin for fdf_thread_dump_entry
impl UnwindSafe for fdf_thread_dump_entry
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