#[repr(C)]pub struct MarkerSchema {
pub mLocations: __BindgenOpaqueArray<u64, 3usize>,
pub mChartLabel: string,
pub mTooltipLabel: string,
pub mTableLabel: string,
pub mIsStackBased: bool,
pub mData: MarkerSchema_DataRowVector,
pub mGraphs: __BindgenOpaqueArray<u64, 3usize>,
}
Fields§
§mLocations: __BindgenOpaqueArray<u64, 3usize>
§mChartLabel: string
§mTooltipLabel: string
§mTableLabel: string
§mIsStackBased: bool
§mData: MarkerSchema_DataRowVector
§mGraphs: __BindgenOpaqueArray<u64, 3usize>
Trait Implementations§
Source§impl Debug for MarkerSchema
impl Debug for MarkerSchema
Source§impl PartialEq for MarkerSchema
impl PartialEq for MarkerSchema
impl StructuralPartialEq for MarkerSchema
Auto Trait Implementations§
impl Freeze for MarkerSchema
impl RefUnwindSafe for MarkerSchema
impl Send for MarkerSchema
impl Sync for MarkerSchema
impl Unpin for MarkerSchema
impl UnwindSafe for MarkerSchema
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
Source§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more