#[repr(C)]pub struct UriIp4Struct {
pub data: [c_uchar; 4],
}Expand description
Holds an IPv4 address.
Fields§
§data: [c_uchar; 4]< Each octet in one byte
Trait Implementations§
Source§impl Clone for UriIp4Struct
impl Clone for UriIp4Struct
Source§fn clone(&self) -> UriIp4Struct
fn clone(&self) -> UriIp4Struct
Returns a duplicate 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 UriIp4Struct
impl Debug for UriIp4Struct
Source§impl Default for UriIp4Struct
impl Default for UriIp4Struct
Source§fn default() -> UriIp4Struct
fn default() -> UriIp4Struct
Returns the “default value” for a type. Read more
impl Copy for UriIp4Struct
Auto Trait Implementations§
impl Freeze for UriIp4Struct
impl RefUnwindSafe for UriIp4Struct
impl Send for UriIp4Struct
impl Sync for UriIp4Struct
impl Unpin for UriIp4Struct
impl UnwindSafe for UriIp4Struct
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