pub struct ScatterGatherEntry {
pub phys_addr: u64,
pub length: u32,
}Expand description
A single entry in a scatter-gather list.
Fields§
§phys_addr: u64Physical address of the buffer segment.
length: u32Length of the buffer segment in bytes.
Trait Implementations§
Source§impl Clone for ScatterGatherEntry
impl Clone for ScatterGatherEntry
Source§fn clone(&self) -> ScatterGatherEntry
fn clone(&self) -> ScatterGatherEntry
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ScatterGatherEntry
impl Debug for ScatterGatherEntry
impl Copy for ScatterGatherEntry
Auto Trait Implementations§
impl Freeze for ScatterGatherEntry
impl RefUnwindSafe for ScatterGatherEntry
impl Send for ScatterGatherEntry
impl Sync for ScatterGatherEntry
impl Unpin for ScatterGatherEntry
impl UnwindSafe for ScatterGatherEntry
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)