Struct dis_rs::SimulationAddress
source · pub struct SimulationAddress {
pub site_id: u16,
pub application_id: u16,
}
Fields§
§site_id: u16
§application_id: u16
Implementations§
Trait Implementations§
source§impl Clone for SimulationAddress
impl Clone for SimulationAddress
source§fn clone(&self) -> SimulationAddress
fn clone(&self) -> SimulationAddress
Returns a copy 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 PartialEq for SimulationAddress
impl PartialEq for SimulationAddress
source§fn eq(&self, other: &SimulationAddress) -> bool
fn eq(&self, other: &SimulationAddress) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SimulationAddress
impl Eq for SimulationAddress
impl StructuralEq for SimulationAddress
impl StructuralPartialEq for SimulationAddress
Auto Trait Implementations§
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