Struct r_efi::protocols::ip4::ReceiveData
source · #[repr(C)]pub struct ReceiveData<const N: usize = 0> {
pub time_stamp: Time,
pub recycle_signal: Event,
pub header_length: u32,
pub header: *mut Header,
pub options_length: u32,
pub options: *mut c_void,
pub data_length: u32,
pub fragment_count: u32,
pub fragment_table: [FragmentData; N],
}Fields§
§time_stamp: Time§recycle_signal: Event§header_length: u32§header: *mut Header§options_length: u32§options: *mut c_void§data_length: u32§fragment_count: u32§fragment_table: [FragmentData; N]Trait Implementations§
source§impl<const N: usize> Clone for ReceiveData<N>
impl<const N: usize> Clone for ReceiveData<N>
source§fn clone(&self) -> ReceiveData<N>
fn clone(&self) -> ReceiveData<N>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl<const N: usize> Debug for ReceiveData<N>
impl<const N: usize> Debug for ReceiveData<N>
impl<const N: usize> Copy for ReceiveData<N>
Auto Trait Implementations§
impl<const N: usize> Freeze for ReceiveData<N>
impl<const N: usize> RefUnwindSafe for ReceiveData<N>
impl<const N: usize = 0> !Send for ReceiveData<N>
impl<const N: usize = 0> !Sync for ReceiveData<N>
impl<const N: usize> Unpin for ReceiveData<N>
impl<const N: usize> UnwindSafe for ReceiveData<N>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)