pub struct RowRemapperHistogram {
pub max: u32,
pub high: u32,
pub partial: u32,
pub low: u32,
pub none: u32,
}Fields§
§max: u32§high: u32§partial: u32§low: u32§none: u32Trait Implementations§
Source§impl Clone for RowRemapperHistogram
impl Clone for RowRemapperHistogram
Source§fn clone(&self) -> RowRemapperHistogram
fn clone(&self) -> RowRemapperHistogram
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RowRemapperHistogram
impl Debug for RowRemapperHistogram
Source§impl From<nvmlRowRemapperHistogramValues_st> for RowRemapperHistogram
impl From<nvmlRowRemapperHistogramValues_st> for RowRemapperHistogram
Source§fn from(value: nvmlRowRemapperHistogramValues_t) -> Self
fn from(value: nvmlRowRemapperHistogramValues_t) -> Self
Converts to this type from the input type.
Source§impl Hash for RowRemapperHistogram
impl Hash for RowRemapperHistogram
Source§impl PartialEq for RowRemapperHistogram
impl PartialEq for RowRemapperHistogram
Source§fn eq(&self, other: &RowRemapperHistogram) -> bool
fn eq(&self, other: &RowRemapperHistogram) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RowRemapperHistogram
impl Eq for RowRemapperHistogram
impl StructuralPartialEq for RowRemapperHistogram
Auto Trait Implementations§
impl Freeze for RowRemapperHistogram
impl RefUnwindSafe for RowRemapperHistogram
impl Send for RowRemapperHistogram
impl Sync for RowRemapperHistogram
impl Unpin for RowRemapperHistogram
impl UnsafeUnpin for RowRemapperHistogram
impl UnwindSafe for RowRemapperHistogram
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