#[repr(C)]pub struct wavefront_plot_t {
pub attributes: wavefront_plot_attr_t,
pub distance_metric: distance_metric_t,
pub min_v: c_int,
pub max_v: c_int,
pub min_h: c_int,
pub max_h: c_int,
pub m_heatmap: *mut heatmap_t,
pub i1_heatmap: *mut heatmap_t,
pub d1_heatmap: *mut heatmap_t,
pub i2_heatmap: *mut heatmap_t,
pub d2_heatmap: *mut heatmap_t,
pub behavior_heatmap: *mut heatmap_t,
}Fields§
§attributes: wavefront_plot_attr_t§distance_metric: distance_metric_t§min_v: c_int§max_v: c_int§min_h: c_int§max_h: c_int§m_heatmap: *mut heatmap_t§i1_heatmap: *mut heatmap_t§d1_heatmap: *mut heatmap_t§i2_heatmap: *mut heatmap_t§d2_heatmap: *mut heatmap_t§behavior_heatmap: *mut heatmap_tTrait Implementations§
Source§impl Clone for wavefront_plot_t
impl Clone for wavefront_plot_t
Source§fn clone(&self) -> wavefront_plot_t
fn clone(&self) -> wavefront_plot_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for wavefront_plot_t
impl Debug for wavefront_plot_t
impl Copy for wavefront_plot_t
Auto Trait Implementations§
impl Freeze for wavefront_plot_t
impl RefUnwindSafe for wavefront_plot_t
impl !Send for wavefront_plot_t
impl !Sync for wavefront_plot_t
impl Unpin for wavefront_plot_t
impl UnwindSafe for wavefront_plot_t
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