#[repr(u8)]pub enum RoutingActiveType {
Default = 0,
WWHODB = 1,
Reserved(u8),
CentralSecurity = 224,
VMSpecific(u8),
}Expand description
Table 47 — Routing activation request activation types
Variants§
Trait Implementations§
Source§impl Clone for RoutingActiveType
impl Clone for RoutingActiveType
Source§fn clone(&self) -> RoutingActiveType
fn clone(&self) -> RoutingActiveType
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 RoutingActiveType
impl Debug for RoutingActiveType
Source§impl Default for RoutingActiveType
impl Default for RoutingActiveType
Source§fn default() -> RoutingActiveType
fn default() -> RoutingActiveType
Returns the “default value” for a type. Read more
Source§impl From<RoutingActiveType> for u8
impl From<RoutingActiveType> for u8
Source§fn from(val: RoutingActiveType) -> Self
fn from(val: RoutingActiveType) -> Self
Converts to this type from the input type.
Source§impl From<u8> for RoutingActiveType
impl From<u8> for RoutingActiveType
Source§impl PartialEq for RoutingActiveType
impl PartialEq for RoutingActiveType
impl Copy for RoutingActiveType
impl Eq for RoutingActiveType
impl StructuralPartialEq for RoutingActiveType
Auto Trait Implementations§
impl Freeze for RoutingActiveType
impl RefUnwindSafe for RoutingActiveType
impl Send for RoutingActiveType
impl Sync for RoutingActiveType
impl Unpin for RoutingActiveType
impl UnwindSafe for RoutingActiveType
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