#[repr(C)]pub struct MapEntryFloat {
pub key: String,
pub value: f32,
}Fields§
§key: String§value: f32Trait Implementations§
Source§impl ExternType for MapEntryFloat
impl ExternType for MapEntryFloat
Auto Trait Implementations§
impl Freeze for MapEntryFloat
impl RefUnwindSafe for MapEntryFloat
impl Send for MapEntryFloat
impl Sync for MapEntryFloat
impl Unpin for MapEntryFloat
impl UnwindSafe for MapEntryFloat
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