pub struct SLMP4EConnectionProps {
pub ip: &'static str,
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: &'static str§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§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl TryFrom<SLMP4EConnectionProps> for SocketAddr
impl TryFrom<SLMP4EConnectionProps> for SocketAddr
impl Copy 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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)