pub struct GrInt<V: Value + ?Sized>{
pub alarm: Alarm,
pub units: Units,
pub upper_disp_limit: V::Item,
pub lower_disp_limit: V::Item,
pub upper_alarm_limit: V::Item,
pub upper_warning_limit: V::Item,
pub lower_warning_limit: V::Item,
pub lower_alarm_limit: V::Item,
pub value: V,
/* private fields */
}Fields§
§alarm: Alarm§units: Units§upper_disp_limit: V::Item§lower_disp_limit: V::Item§upper_alarm_limit: V::Item§upper_warning_limit: V::Item§lower_warning_limit: V::Item§lower_alarm_limit: V::Item§value: VTrait Implementations§
Source§impl<V: Value + ?Sized> Request for GrInt<V>
impl<V: Value + ?Sized> Request for GrInt<V>
impl<V: Copy + Value + ?Sized> Copy for GrInt<V>
impl<V: Value + ?Sized> ReadRequest for GrInt<V>
Auto Trait Implementations§
impl<V> Freeze for GrInt<V>
impl<V> RefUnwindSafe for GrInt<V>where
<V as Value>::Item: Sized + RefUnwindSafe,
<<V as Value>::Item as Field>::__GrPad: RefUnwindSafe,
V: RefUnwindSafe + ?Sized,
impl<V> Send for GrInt<V>
impl<V> Sync for GrInt<V>
impl<V> Unpin for GrInt<V>
impl<V> UnwindSafe for GrInt<V>where
<V as Value>::Item: Sized + UnwindSafe,
<<V as Value>::Item as Field>::__GrPad: UnwindSafe,
V: UnwindSafe + ?Sized,
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