pub struct NtTable {
pub labels: Vec<String>,
pub columns: Vec<NtTableColumn>,
pub descriptor: Option<String>,
pub alarm: Option<NtAlarm>,
pub time_stamp: Option<NtTimeStamp>,
}Fields§
§labels: Vec<String>§columns: Vec<NtTableColumn>§descriptor: Option<String>§alarm: Option<NtAlarm>§time_stamp: Option<NtTimeStamp>Implementations§
Trait Implementations§
impl StructuralPartialEq for NtTable
Auto Trait Implementations§
impl Freeze for NtTable
impl RefUnwindSafe for NtTable
impl Send for NtTable
impl Sync for NtTable
impl Unpin for NtTable
impl UnsafeUnpin for NtTable
impl UnwindSafe for NtTable
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