pub struct NtScalarArray {
pub value: ScalarArrayValue,
pub alarm: NtAlarm,
pub time_stamp: NtTimeStamp,
pub display: NtDisplay,
pub control: NtControl,
}Fields§
§value: ScalarArrayValue§alarm: NtAlarm§time_stamp: NtTimeStamp§display: NtDisplay§control: NtControlImplementations§
Source§impl NtScalarArray
impl NtScalarArray
pub fn from_value(value: ScalarArrayValue) -> Self
Trait Implementations§
Source§impl Clone for NtScalarArray
impl Clone for NtScalarArray
Source§fn clone(&self) -> NtScalarArray
fn clone(&self) -> NtScalarArray
Returns a duplicate 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 NtScalarArray
impl Debug for NtScalarArray
Source§impl PartialEq for NtScalarArray
impl PartialEq for NtScalarArray
impl StructuralPartialEq for NtScalarArray
Auto Trait Implementations§
impl Freeze for NtScalarArray
impl RefUnwindSafe for NtScalarArray
impl Send for NtScalarArray
impl Sync for NtScalarArray
impl Unpin for NtScalarArray
impl UnsafeUnpin for NtScalarArray
impl UnwindSafe for NtScalarArray
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