pub struct SLMP4EConnectionProps {
pub ip: String,
pub port: u16,
pub cpu: CPU,
pub serial_id: u16,
pub network_id: u8,
pub pc_id: u8,
pub io_id: u16,
pub area_id: u8,
pub cpu_timer: u16,
}Fields§
§ip: String§port: u16§cpu: CPU§serial_id: u16§network_id: u8§pc_id: u8§io_id: u16§area_id: u8§cpu_timer: u16Trait Implementations§
Source§impl Clone for SLMP4EConnectionProps
impl Clone for SLMP4EConnectionProps
Source§fn clone(&self) -> SLMP4EConnectionProps
fn clone(&self) -> SLMP4EConnectionProps
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SLMP4EConnectionProps
impl Debug for SLMP4EConnectionProps
Source§impl<'de> Deserialize<'de> for SLMP4EConnectionProps
impl<'de> Deserialize<'de> for SLMP4EConnectionProps
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
Source§impl Ord for SLMP4EConnectionProps
impl Ord for SLMP4EConnectionProps
Source§fn cmp(&self, other: &SLMP4EConnectionProps) -> Ordering
fn cmp(&self, other: &SLMP4EConnectionProps) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SLMP4EConnectionProps
impl PartialEq for SLMP4EConnectionProps
Source§impl PartialOrd for SLMP4EConnectionProps
impl PartialOrd for SLMP4EConnectionProps
Source§impl Serialize for SLMP4EConnectionProps
impl Serialize for SLMP4EConnectionProps
Source§impl<'a> TryFrom<&'a SLMP4EConnectionProps> for SocketAddr
impl<'a> TryFrom<&'a SLMP4EConnectionProps> for SocketAddr
impl Eq for SLMP4EConnectionProps
impl StructuralPartialEq for SLMP4EConnectionProps
Auto Trait Implementations§
impl Freeze for SLMP4EConnectionProps
impl RefUnwindSafe for SLMP4EConnectionProps
impl Send for SLMP4EConnectionProps
impl Sync for SLMP4EConnectionProps
impl Unpin for SLMP4EConnectionProps
impl UnwindSafe for SLMP4EConnectionProps
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