#[repr(C)]pub struct UnixSocketAddress {
pub path: *mut c_char,
}Fields§
§path: *mut c_charTrait Implementations§
Source§impl Clone for UnixSocketAddress
impl Clone for UnixSocketAddress
Source§fn clone(&self) -> UnixSocketAddress
fn clone(&self) -> UnixSocketAddress
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 UnixSocketAddress
impl Debug for UnixSocketAddress
impl Copy for UnixSocketAddress
Auto Trait Implementations§
impl Freeze for UnixSocketAddress
impl RefUnwindSafe for UnixSocketAddress
impl !Send for UnixSocketAddress
impl !Sync for UnixSocketAddress
impl Unpin for UnixSocketAddress
impl UnwindSafe for UnixSocketAddress
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