[][src]Struct assembly::fdb::sysdiagram::core::TableInfo

pub struct TableInfo {
    pub head_2: u16,
    pub head_3: u32,
    pub id: u32,
    pub value_1: u32,
    pub value_2a: u8,
    pub value_2b: u8,
    pub value_3: u16,
    pub info_type: String,
    pub mid_1: u32,
    pub mid_2: u32,
    pub name: String,
}

Fields

head_2: u16head_3: u32id: u32value_1: u32value_2a: u8value_2b: u8value_3: u16info_type: Stringmid_1: u32mid_2: u32name: String

Trait Implementations

impl Debug for TableInfo[src]

Auto Trait Implementations

impl Send for TableInfo

impl Sync for TableInfo

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]