pub struct PoulpeKind {
pub id: u16,
pub orbita_type: u32,
pub name: String,
}
Expand description
Configuration for the Poulpe slave
The id is the id of the slave in the Ethercat network The orbita type is the type of the orbita The name is the name of the slave
Fields§
§id: u16
§orbita_type: u32
§name: String
Trait Implementations§
Source§impl Debug for PoulpeKind
impl Debug for PoulpeKind
Source§impl Default for PoulpeKind
impl Default for PoulpeKind
Source§fn default() -> PoulpeKind
fn default() -> PoulpeKind
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PoulpeKind
impl<'de> Deserialize<'de> for PoulpeKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PoulpeKind
impl RefUnwindSafe for PoulpeKind
impl Send for PoulpeKind
impl Sync for PoulpeKind
impl Unpin for PoulpeKind
impl UnwindSafe for PoulpeKind
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