#[repr(C)]pub struct AiMeshKey {
pub time: c_double,
pub value: c_uint,
}
Fields§
§time: c_double
§value: c_uint
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AiMeshKey
impl RefUnwindSafe for AiMeshKey
impl Send for AiMeshKey
impl Sync for AiMeshKey
impl Unpin for AiMeshKey
impl UnwindSafe for AiMeshKey
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