#[repr(C)]pub union PxeBaseCodeIcmpErrorUnion {
pub reserved: u32,
pub mtu: u32,
pub pointer: u32,
pub echo: PxeBaseCodeIcmpErrorEcho,
}Expand description
In the C API, this is an anonymous union inside the definition of
EFI_PXE_BASE_CODE_ICMP_ERROR.
Fields§
§reserved: u32§mtu: u32§pointer: u32§echo: PxeBaseCodeIcmpErrorEchoTrait Implementations§
Source§impl Clone for PxeBaseCodeIcmpErrorUnion
impl Clone for PxeBaseCodeIcmpErrorUnion
Source§fn clone(&self) -> PxeBaseCodeIcmpErrorUnion
fn clone(&self) -> PxeBaseCodeIcmpErrorUnion
Returns a duplicate of the value. Read more
1.0.0 (const: unstable)§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PxeBaseCodeIcmpErrorUnion
Auto Trait Implementations§
impl Freeze for PxeBaseCodeIcmpErrorUnion
impl RefUnwindSafe for PxeBaseCodeIcmpErrorUnion
impl Send for PxeBaseCodeIcmpErrorUnion
impl Sync for PxeBaseCodeIcmpErrorUnion
impl Unpin for PxeBaseCodeIcmpErrorUnion
impl UnsafeUnpin for PxeBaseCodeIcmpErrorUnion
impl UnwindSafe for PxeBaseCodeIcmpErrorUnion
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)