pub struct FXmacQueue {
pub queue_id: u32,
pub bdring: FXmacBdRing,
}Expand description
Hardware queue structure for TX/RX operations.
Fields§
§queue_id: u32Queue identifier.
bdring: FXmacBdRingBuffer descriptor ring for this queue.
Auto Trait Implementations§
impl Freeze for FXmacQueue
impl RefUnwindSafe for FXmacQueue
impl !Send for FXmacQueue
impl !Sync for FXmacQueue
impl Unpin for FXmacQueue
impl UnsafeUnpin for FXmacQueue
impl UnwindSafe for FXmacQueue
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