#[repr(C)]pub struct TracesTable {
pub traces_queue: *const u8,
}
Fields§
§traces_queue: *const u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TracesTable
impl RefUnwindSafe for TracesTable
impl !Send for TracesTable
impl !Sync for TracesTable
impl Unpin for TracesTable
impl UnwindSafe for TracesTable
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