#[repr(C)]pub struct DebugIntAnnotation {
pub key: &'static str,
pub value: i64,
}
Fields§
§key: &'static str
§value: i64
Trait Implementations§
Source§impl ExternType for DebugIntAnnotation
impl ExternType for DebugIntAnnotation
Auto Trait Implementations§
impl Freeze for DebugIntAnnotation
impl RefUnwindSafe for DebugIntAnnotation
impl Send for DebugIntAnnotation
impl Sync for DebugIntAnnotation
impl Unpin for DebugIntAnnotation
impl UnwindSafe for DebugIntAnnotation
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