#[repr(C)]pub struct DebugAnnotations<'a> {
pub strings: &'a [DebugStringAnnotation],
pub bools: &'a [DebugBoolAnnotation],
pub ints: &'a [DebugIntAnnotation],
pub doubles: &'a [DebugDoubleAnnotation],
}
Fields§
§strings: &'a [DebugStringAnnotation]
§bools: &'a [DebugBoolAnnotation]
§ints: &'a [DebugIntAnnotation]
§doubles: &'a [DebugDoubleAnnotation]
Trait Implementations§
Source§impl<'a> ExternType for DebugAnnotations<'a>
impl<'a> ExternType for DebugAnnotations<'a>
Auto Trait Implementations§
impl<'a> Freeze for DebugAnnotations<'a>
impl<'a> RefUnwindSafe for DebugAnnotations<'a>
impl<'a> Send for DebugAnnotations<'a>
impl<'a> Sync for DebugAnnotations<'a>
impl<'a> Unpin for DebugAnnotations<'a>
impl<'a> UnwindSafe for DebugAnnotations<'a>
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