#[repr(C)]pub struct Ip4RouteTable {
pub subnet_addr: Ipv4Address,
pub subnet_mask: Ipv4Address,
pub gateway_addr: Ipv4Address,
}
Fields§
§subnet_addr: Ipv4Address
§subnet_mask: Ipv4Address
§gateway_addr: Ipv4Address
Trait Implementations§
source§impl Clone for Ip4RouteTable
impl Clone for Ip4RouteTable
source§fn clone(&self) -> Ip4RouteTable
fn clone(&self) -> Ip4RouteTable
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 Debug for Ip4RouteTable
impl Debug for Ip4RouteTable
source§impl Hash for Ip4RouteTable
impl Hash for Ip4RouteTable
source§impl Ord for Ip4RouteTable
impl Ord for Ip4RouteTable
source§fn cmp(&self, other: &Ip4RouteTable) -> Ordering
fn cmp(&self, other: &Ip4RouteTable) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for Ip4RouteTable
impl PartialEq for Ip4RouteTable
source§impl PartialOrd for Ip4RouteTable
impl PartialOrd for Ip4RouteTable
impl Copy for Ip4RouteTable
impl Eq for Ip4RouteTable
impl StructuralPartialEq for Ip4RouteTable
Auto Trait Implementations§
impl Freeze for Ip4RouteTable
impl RefUnwindSafe for Ip4RouteTable
impl Send for Ip4RouteTable
impl Sync for Ip4RouteTable
impl Unpin for Ip4RouteTable
impl UnwindSafe for Ip4RouteTable
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§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
)