pub struct NtControl {
pub limit_low: f64,
pub limit_high: f64,
pub min_step: f64,
}Fields§
§limit_low: f64§limit_high: f64§min_step: f64Trait Implementations§
impl StructuralPartialEq for NtControl
Auto Trait Implementations§
impl Freeze for NtControl
impl RefUnwindSafe for NtControl
impl Send for NtControl
impl Sync for NtControl
impl Unpin for NtControl
impl UnsafeUnpin for NtControl
impl UnwindSafe for NtControl
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