pub struct NbpPacket {
pub operation: NbpOperation,
pub transaction_id: u8,
pub tuples: Vec<NbpTuple>,
}Expand description
Represents an NBP packet for AppleTalk.
Fields§
§operation: NbpOperation§transaction_id: u8§tuples: Vec<NbpTuple>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NbpPacket
impl RefUnwindSafe for NbpPacket
impl Send for NbpPacket
impl Sync for NbpPacket
impl Unpin for NbpPacket
impl UnsafeUnpin for NbpPacket
impl UnwindSafe for NbpPacket
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