[][src]Struct snap7_sys::TS7BlockInfo

#[repr(C, packed)]
pub struct TS7BlockInfo {
    pub BlkType: c_int,
    pub BlkNumber: c_int,
    pub BlkLang: c_int,
    pub BlkFlags: c_int,
    pub MC7Size: c_int,
    pub LoadSize: c_int,
    pub LocalData: c_int,
    pub SBBLength: c_int,
    pub CheckSum: c_int,
    pub Version: c_int,
    pub CodeDate: [c_char; 11],
    pub IntfDate: [c_char; 11],
    pub Author: [c_char; 9],
    pub Family: [c_char; 9],
    pub Header: [c_char; 9],
}

Fields

BlkType: c_intBlkNumber: c_intBlkLang: c_intBlkFlags: c_intMC7Size: c_intLoadSize: c_intLocalData: c_intSBBLength: c_intCheckSum: c_intVersion: c_intCodeDate: [c_char; 11]IntfDate: [c_char; 11]Author: [c_char; 9]Family: [c_char; 9]Header: [c_char; 9]

Trait Implementations

impl Clone for TS7BlockInfo[src]

impl Copy for TS7BlockInfo[src]

impl Debug for TS7BlockInfo[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

impl<T> From<T> for 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]