pub struct InfoBox { /* private fields */ }Implementations§
Source§impl InfoBox
impl InfoBox
pub fn reset(&mut self)
pub fn value(&self) -> i32
pub fn set_value(&mut self, value: i32)
pub fn setup_value(&mut self, position: u8, digits: u8)
pub fn setup_signed_value( &mut self, position: u8, digits: u8, positive: Gph, zero: Gph, negative: Gph, )
pub fn setup_glyphs(&mut self, gphs: &[Gph])
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InfoBox
impl RefUnwindSafe for InfoBox
impl Send for InfoBox
impl Sync for InfoBox
impl Unpin for InfoBox
impl UnwindSafe for InfoBox
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