pub enum WordLenTable {
S7WLBit = 1,
S7WLByte = 2,
S7WLWord = 4,
S7WLDWord = 6,
S7WLReal = 8,
S7WLCounter = 28,
S7WLTimer = 29,
}
Expand description
WordLen 表
Variants§
S7WLBit = 1
字节长度 1
S7WLByte = 2
字节长度 1
S7WLWord = 4
字节长度 2
S7WLDWord = 6
字节长度 4
S7WLReal = 8
字节长度 4
S7WLCounter = 28
字节长度 2
S7WLTimer = 29
字节长度 2
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WordLenTable
impl RefUnwindSafe for WordLenTable
impl Send for WordLenTable
impl Sync for WordLenTable
impl Unpin for WordLenTable
impl UnwindSafe for WordLenTable
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