pub enum InterfaceMode {
Full,
PointToPoint,
AccessPoint,
Roaming,
Boundary,
Gateway,
Internal,
}Variants§
Implementations§
Source§impl InterfaceMode
impl InterfaceMode
Sourcepub fn recursively_forwards_unknown_paths(self) -> bool
pub fn recursively_forwards_unknown_paths(self) -> bool
RNS 1.4.2 Interface.DISCOVER_PATHS_FOR = [ACCESS_POINT, GATEWAY, ROAMING, INTERNAL]; other modes answer only from paths they already hold.
Trait Implementations§
Source§impl Clone for InterfaceMode
impl Clone for InterfaceMode
Source§fn clone(&self) -> InterfaceMode
fn clone(&self) -> InterfaceMode
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 InterfaceMode
Source§impl Debug for InterfaceMode
impl Debug for InterfaceMode
impl Eq for InterfaceMode
Source§impl Hash for InterfaceMode
impl Hash for InterfaceMode
Source§impl PartialEq for InterfaceMode
impl PartialEq for InterfaceMode
impl StructuralPartialEq for InterfaceMode
Auto Trait Implementations§
impl Freeze for InterfaceMode
impl RefUnwindSafe for InterfaceMode
impl Send for InterfaceMode
impl Sync for InterfaceMode
impl Unpin for InterfaceMode
impl UnsafeUnpin for InterfaceMode
impl UnwindSafe for InterfaceMode
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