pub struct RoutingActivationResponse {
pub logical_address_tester: u16,
pub logical_address_of_doip_entity: u16,
pub routing_activation_response_code: RoutingActivationResponseCode,
pub reserved_oem: [u8; 4],
pub oem_specific: Option<[u8; 4]>,
}Fields§
§logical_address_tester: u16External test equipment address
logical_address_of_doip_entity: u16Routing activation status information
routing_activation_response_code: RoutingActivationResponseCode§reserved_oem: [u8; 4]§oem_specific: Option<[u8; 4]>Implementations§
Trait Implementations§
Source§impl Clone for RoutingActivationResponse
impl Clone for RoutingActivationResponse
Source§fn clone(&self) -> RoutingActivationResponse
fn clone(&self) -> RoutingActivationResponse
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 RoutingActivationResponse
impl Debug for RoutingActivationResponse
impl Eq for RoutingActivationResponse
impl StructuralPartialEq for RoutingActivationResponse
Auto Trait Implementations§
impl Freeze for RoutingActivationResponse
impl RefUnwindSafe for RoutingActivationResponse
impl Send for RoutingActivationResponse
impl Sync for RoutingActivationResponse
impl Unpin for RoutingActivationResponse
impl UnwindSafe for RoutingActivationResponse
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