#[repr(C)]pub struct PxeBaseCodeRouteEntry {
pub ip_addr: IpAddress,
pub subnet_mask: IpAddress,
pub gw_addr: IpAddress,
}Fields§
§ip_addr: IpAddress§subnet_mask: IpAddress§gw_addr: IpAddressTrait Implementations§
Source§impl Clone for PxeBaseCodeRouteEntry
impl Clone for PxeBaseCodeRouteEntry
Source§fn clone(&self) -> PxeBaseCodeRouteEntry
fn clone(&self) -> PxeBaseCodeRouteEntry
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 PxeBaseCodeRouteEntry
Auto Trait Implementations§
impl Freeze for PxeBaseCodeRouteEntry
impl RefUnwindSafe for PxeBaseCodeRouteEntry
impl Send for PxeBaseCodeRouteEntry
impl Sync for PxeBaseCodeRouteEntry
impl Unpin for PxeBaseCodeRouteEntry
impl UnsafeUnpin for PxeBaseCodeRouteEntry
impl UnwindSafe for PxeBaseCodeRouteEntry
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)