pub enum AreaTable {
S7AreaPE = 129,
S7AreaPA = 130,
S7AreaMK = 131,
S7AreaDB = 132,
S7AreaCT = 28,
S7AreaTM = 29,
}
Expand description
Area 表
Variants§
S7AreaPE = 129
输入(Inputs)
S7AreaPA = 130
输出(Outputs)
S7AreaMK = 131
内部标志位(Merkers)
S7AreaDB = 132
数据块(DB)
S7AreaCT = 28
计数器(Counters)
S7AreaTM = 29
定时器(Timers)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AreaTable
impl RefUnwindSafe for AreaTable
impl Send for AreaTable
impl Sync for AreaTable
impl Unpin for AreaTable
impl UnwindSafe for AreaTable
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