pub struct MID0002rev5 {
pub cell_id: u16,
pub channel_id: u8,
pub controller_name: String,
pub supplier_code: String,
pub open_protocol_version: String,
pub controller_software_version: String,
pub tool_software_version: String,
pub rbu_type: String,
pub controller_serial_number: String,
pub system_type: u16,
pub system_subtype: u16,
}Fields§
§cell_id: u16§channel_id: u8§controller_name: String§supplier_code: String§open_protocol_version: String§controller_software_version: String§tool_software_version: String§rbu_type: String§controller_serial_number: String§system_type: u16§system_subtype: u16Trait Implementations§
Source§impl Debug for MID0002rev5
impl Debug for MID0002rev5
Source§impl Decode for MID0002rev5
impl Decode for MID0002rev5
Source§impl Default for MID0002rev5
impl Default for MID0002rev5
Source§fn default() -> MID0002rev5
fn default() -> MID0002rev5
Returns the “default value” for a type. Read more
Source§impl Encode for MID0002rev5
impl Encode for MID0002rev5
Source§impl Message for MID0002rev5
impl Message for MID0002rev5
fn mid() -> u16
fn to_mid(&self) -> u16
fn revision() -> u16
fn to_revision(&self) -> u16
fn message_type() -> MessageType
fn to_message_type(&self) -> MessageType
Source§impl PartialEq for MID0002rev5
impl PartialEq for MID0002rev5
impl Eq for MID0002rev5
impl StructuralPartialEq for MID0002rev5
Auto Trait Implementations§
impl Freeze for MID0002rev5
impl RefUnwindSafe for MID0002rev5
impl Send for MID0002rev5
impl Sync for MID0002rev5
impl Unpin for MID0002rev5
impl UnwindSafe for MID0002rev5
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