#[repr(C)]pub struct eoe_ip4_addr {
pub addr: u32,
}Expand description
EOE ip4 address in network order
Fields§
§addr: u32Trait Implementations§
Source§impl Clone for eoe_ip4_addr
impl Clone for eoe_ip4_addr
Source§fn clone(&self) -> eoe_ip4_addr
fn clone(&self) -> eoe_ip4_addr
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 eoe_ip4_addr
impl Debug for eoe_ip4_addr
impl Copy for eoe_ip4_addr
Auto Trait Implementations§
impl Freeze for eoe_ip4_addr
impl RefUnwindSafe for eoe_ip4_addr
impl Send for eoe_ip4_addr
impl Sync for eoe_ip4_addr
impl Unpin for eoe_ip4_addr
impl UnwindSafe for eoe_ip4_addr
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