pub struct EventKeys {
pub x: String,
pub y: String,
pub t: String,
pub p: String,
}Expand description
User-supplied names for the four event columns, the escape hatch when auto-detection
can’t identify them. Interpreted per format (HDF5 dataset paths, text header
names/indices); see LoadOptions::keys.
Fields§
§x: String§y: String§t: String§p: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for EventKeys
impl RefUnwindSafe for EventKeys
impl Send for EventKeys
impl Sync for EventKeys
impl Unpin for EventKeys
impl UnsafeUnpin for EventKeys
impl UnwindSafe for EventKeys
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