Struct dis_rs::SimulationAddress
source · Fields
site_id: u16application_id: u16Implementations
Trait Implementations
sourceimpl Clone for SimulationAddress
impl Clone for SimulationAddress
sourcefn clone(&self) -> SimulationAddress
fn clone(&self) -> SimulationAddress
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SimulationAddress
impl Debug for SimulationAddress
sourceimpl Default for SimulationAddress
impl Default for SimulationAddress
impl Copy 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more