pub enum RnsInterfaceMode {
Full,
PointToPoint,
AccessPoint,
Roaming,
Boundary,
Gateway,
Internal,
Unknown(i64),
}Variants§
Implementations§
Source§impl RnsInterfaceMode
impl RnsInterfaceMode
pub const fn from_wire(value: i64) -> RnsInterfaceMode
pub const fn wire_value(self) -> i64
pub const fn display_name(self) -> &'static str
Trait Implementations§
Source§impl Clone for RnsInterfaceMode
impl Clone for RnsInterfaceMode
Source§fn clone(&self) -> RnsInterfaceMode
fn clone(&self) -> RnsInterfaceMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RnsInterfaceMode
Source§impl Debug for RnsInterfaceMode
impl Debug for RnsInterfaceMode
impl Eq for RnsInterfaceMode
Source§impl PartialEq for RnsInterfaceMode
impl PartialEq for RnsInterfaceMode
impl StructuralPartialEq for RnsInterfaceMode
Auto Trait Implementations§
impl Freeze for RnsInterfaceMode
impl RefUnwindSafe for RnsInterfaceMode
impl Send for RnsInterfaceMode
impl Sync for RnsInterfaceMode
impl Unpin for RnsInterfaceMode
impl UnsafeUnpin for RnsInterfaceMode
impl UnwindSafe for RnsInterfaceMode
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