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