pub struct NtDisplay {
pub limit_low: f64,
pub limit_high: f64,
pub description: String,
pub units: String,
pub precision: i32,
}Fields§
§limit_low: f64§limit_high: f64§description: String§units: String§precision: i32Trait Implementations§
impl StructuralPartialEq for NtDisplay
Auto Trait Implementations§
impl Freeze for NtDisplay
impl RefUnwindSafe for NtDisplay
impl Send for NtDisplay
impl Sync for NtDisplay
impl Unpin for NtDisplay
impl UnsafeUnpin for NtDisplay
impl UnwindSafe for NtDisplay
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