pub struct SimulationAddress {
pub site_id: u16,
pub application_id: u16,
}Expand description
6.2.80 Simulation Address record
Fields§
§site_id: u16§application_id: u16Implementations§
Trait Implementations§
Source§impl Clone for SimulationAddress
impl Clone for SimulationAddress
Source§fn clone(&self) -> SimulationAddress
fn clone(&self) -> SimulationAddress
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 SimulationAddress
impl Debug for SimulationAddress
Source§impl Default for SimulationAddress
impl Default for SimulationAddress
Source§impl Display for SimulationAddress
impl Display for SimulationAddress
Source§impl FromStr for SimulationAddress
impl FromStr for SimulationAddress
Source§impl Hash for SimulationAddress
impl Hash for SimulationAddress
Source§impl Ord for SimulationAddress
impl Ord for SimulationAddress
Source§fn cmp(&self, other: &SimulationAddress) -> Ordering
fn cmp(&self, other: &SimulationAddress) -> 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 SimulationAddress
impl PartialEq for SimulationAddress
Source§impl PartialOrd for SimulationAddress
impl PartialOrd for SimulationAddress
Source§impl TryFrom<&[&str]> for SimulationAddress
impl TryFrom<&[&str]> for SimulationAddress
Source§impl TryFrom<&str> for SimulationAddress
impl TryFrom<&str> for SimulationAddress
Source§impl TryFrom<String> for SimulationAddress
impl TryFrom<String> for SimulationAddress
impl Copy for SimulationAddress
impl Eq for SimulationAddress
impl StructuralPartialEq for SimulationAddress
Auto Trait Implementations§
impl Freeze for SimulationAddress
impl RefUnwindSafe for SimulationAddress
impl Send for SimulationAddress
impl Sync for SimulationAddress
impl Unpin for SimulationAddress
impl UnwindSafe for SimulationAddress
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