pub struct IPv4Address {
pub address: [u8; 4],
}
Fields§
§address: [u8; 4]
Implementations§
Source§impl IPv4Address
impl IPv4Address
Sourcepub fn new(address: [u8; 4]) -> IPv4Address
pub fn new(address: [u8; 4]) -> IPv4Address
Produces a new IPv4Address
Auto Trait Implementations§
impl Freeze for IPv4Address
impl RefUnwindSafe for IPv4Address
impl Send for IPv4Address
impl Sync for IPv4Address
impl Unpin for IPv4Address
impl UnwindSafe for IPv4Address
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