pub struct AtpPacket {
pub function: AtpFunction,
pub xo: bool,
pub eom: bool,
pub sts: bool,
pub bitmap_seq_num: u8,
pub tid: u16,
pub user_bytes: [u8; 4],
}Fields§
§function: AtpFunction§xo: bool§eom: bool§sts: bool§bitmap_seq_num: u8§tid: u16§user_bytes: [u8; 4]Implementations§
Trait Implementations§
impl Eq for AtpPacket
impl StructuralPartialEq for AtpPacket
Auto Trait Implementations§
impl Freeze for AtpPacket
impl RefUnwindSafe for AtpPacket
impl Send for AtpPacket
impl Sync for AtpPacket
impl Unpin for AtpPacket
impl UnsafeUnpin for AtpPacket
impl UnwindSafe for AtpPacket
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