#[repr(C)]pub struct UsedRingElement {
pub start: u32,
pub length: u32,
}
Fields§
§start: u32
The index of the first element of the used descriptor chain.
length: u32
The number of bytes written into the device-writable portion of the buffer described by the descriptor chain.
Auto Trait Implementations§
impl Freeze for UsedRingElement
impl RefUnwindSafe for UsedRingElement
impl Send for UsedRingElement
impl Sync for UsedRingElement
impl Unpin for UsedRingElement
impl UnwindSafe for UsedRingElement
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