pub struct Hist { /* private fields */ }
Implementations§
Source§impl Hist
impl Hist
pub fn new(_w: i32, _h: i32, _x: &Vec<i32>, _y: &Vec<i32>) -> Hist
pub fn set_size(&mut self, _w: i32, _h: i32)
pub fn set_width(&mut self, _w: i32)
pub fn set_height(&mut self, _h: i32)
pub fn get_size(&self) -> (i32, i32)
pub fn get_width(&self) -> i32
pub fn get_height(&self) -> i32
pub fn get_min(&self) -> i32
pub fn get_max(&self) -> i32
pub fn get_mean(&self) -> i32
pub fn display(&self)
Auto Trait Implementations§
impl Freeze for Hist
impl RefUnwindSafe for Hist
impl Send for Hist
impl Sync for Hist
impl Unpin for Hist
impl UnwindSafe for Hist
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