#[repr(C)]pub struct PRNetAddrLocal {
pub family: PRUint16,
pub path: [c_char; 104],
}Fields§
§family: PRUint16§path: [c_char; 104]Trait Implementations§
Source§impl Clone for PRNetAddrLocal
impl Clone for PRNetAddrLocal
impl Copy for PRNetAddrLocal
Auto Trait Implementations§
impl Freeze for PRNetAddrLocal
impl RefUnwindSafe for PRNetAddrLocal
impl Send for PRNetAddrLocal
impl Sync for PRNetAddrLocal
impl Unpin for PRNetAddrLocal
impl UnwindSafe for PRNetAddrLocal
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