pub enum AreaCode {
S7AreaPE = 0,
S7AreaPA = 1,
S7AreaMK = 2,
S7AreaCT = 3,
S7AreaTM = 4,
S7AreaDB = 5,
}
Expand description
服务端区块类型
Variants§
S7AreaPE = 0
输入(Inputs)
S7AreaPA = 1
输出(Outputs)
S7AreaMK = 2
内部标志位(Merkers)
S7AreaCT = 3
计数器(Counters)
S7AreaTM = 4
定时器(Timers)
S7AreaDB = 5
数据块(DB)
Auto Trait Implementations§
impl Freeze for AreaCode
impl RefUnwindSafe for AreaCode
impl Send for AreaCode
impl Sync for AreaCode
impl Unpin for AreaCode
impl UnwindSafe for AreaCode
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