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