Struct rustls_pki_types::Ipv4Addr
source · pub struct Ipv4Addr(/* private fields */);
Expand description
no_std
implementation of std::net::Ipv4Addr
.
Note: because we intend to replace this type with core::net::Ipv4Addr
as soon as it is
stabilized, the identity of this type should not be considered semver-stable. However, the
attached interfaces are stable; they form a subset of those provided by core::net::Ipv4Addr
.
Trait Implementations§
source§impl From<Ipv4Addr> for ServerName<'_>
impl From<Ipv4Addr> for ServerName<'_>
impl Copy for Ipv4Addr
impl Eq for Ipv4Addr
impl StructuralPartialEq for Ipv4Addr
Auto Trait Implementations§
impl Freeze for Ipv4Addr
impl RefUnwindSafe for Ipv4Addr
impl Send for Ipv4Addr
impl Sync for Ipv4Addr
impl Unpin for Ipv4Addr
impl UnwindSafe for Ipv4Addr
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
)