pub struct NbpTuple {
pub network_number: u16,
pub node_id: u8,
pub socket_number: u8,
pub enumerator: u8,
pub entity_name: EntityName,
}Expand description
Represents a single NBP tuple.
Fields§
§network_number: u16§node_id: u8§socket_number: u8§enumerator: u8§entity_name: EntityNameTrait Implementations§
Auto Trait Implementations§
impl Freeze for NbpTuple
impl RefUnwindSafe for NbpTuple
impl Send for NbpTuple
impl Sync for NbpTuple
impl Unpin for NbpTuple
impl UnsafeUnpin for NbpTuple
impl UnwindSafe for NbpTuple
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