pub struct TableBEntry {
pub xy: XY,
pub class_name: &'static str,
pub element_name: &'static str,
pub unit: &'static str,
pub scale: i8,
pub reference_value: i32,
pub bits: u16,
}Expand description
Entry in Table B (element descriptors).
Fields§
§xy: XY§class_name: &'static str§element_name: &'static str§unit: &'static str§scale: i8§reference_value: i32§bits: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for TableBEntry
impl RefUnwindSafe for TableBEntry
impl Send for TableBEntry
impl Sync for TableBEntry
impl Unpin for TableBEntry
impl UnwindSafe for TableBEntry
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