pub struct KHzPresentation {}Expand description
kHz presentation.
The Rust value has units of Hz, and the text field has units of kHz. The text field is rounded to the nearest integer Hz (three decimal digits).
This is often used to display small frequency up to a few MHz in the UI.
Trait Implementations§
Source§impl Clone for KHzPresentation
impl Clone for KHzPresentation
Source§fn clone(&self) -> KHzPresentation
fn clone(&self) -> KHzPresentation
Returns a copy 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 KHzPresentation
impl Debug for KHzPresentation
Source§impl Hash for KHzPresentation
impl Hash for KHzPresentation
Source§impl NumberPresentation for KHzPresentation
impl NumberPresentation for KHzPresentation
Source§impl PartialEq for KHzPresentation
impl PartialEq for KHzPresentation
impl Copy for KHzPresentation
impl Eq for KHzPresentation
impl StructuralPartialEq for KHzPresentation
Auto Trait Implementations§
impl Freeze for KHzPresentation
impl RefUnwindSafe for KHzPresentation
impl Send for KHzPresentation
impl Sync for KHzPresentation
impl Unpin for KHzPresentation
impl UnwindSafe for KHzPresentation
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