#[repr(C)]pub struct PRNetAddrRaw {
pub family: PRUint16,
pub data: [c_char; 14],
}Fields§
§family: PRUint16§data: [c_char; 14]Trait Implementations§
Source§impl Clone for PRNetAddrRaw
impl Clone for PRNetAddrRaw
Source§fn clone(&self) -> PRNetAddrRaw
fn clone(&self) -> PRNetAddrRaw
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 PRNetAddrRaw
impl Debug for PRNetAddrRaw
impl Copy for PRNetAddrRaw
Auto Trait Implementations§
impl Freeze for PRNetAddrRaw
impl RefUnwindSafe for PRNetAddrRaw
impl Send for PRNetAddrRaw
impl Sync for PRNetAddrRaw
impl Unpin for PRNetAddrRaw
impl UnwindSafe for PRNetAddrRaw
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