#[repr(u8)]pub enum NbpOperation {
BroadcastRequest = 1,
Lookup = 2,
LookupReply = 3,
ForwardRequest = 4,
Unknown(u8),
}Expand description
Enum for NBP operation types.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NbpOperation
impl RefUnwindSafe for NbpOperation
impl Send for NbpOperation
impl Sync for NbpOperation
impl Unpin for NbpOperation
impl UnsafeUnpin for NbpOperation
impl UnwindSafe for NbpOperation
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