pub struct VmSocketEndpoint(/* private fields */);Expand description
Owned VM network endpoint backed by a Unix datagram socket file descriptor.
Implementations§
Trait Implementations§
Source§impl AsRawFd for VmSocketEndpoint
Available on Unix only.
impl AsRawFd for VmSocketEndpoint
Available on Unix only.
Source§impl Clone for VmSocketEndpoint
impl Clone for VmSocketEndpoint
Source§fn clone(&self) -> VmSocketEndpoint
fn clone(&self) -> VmSocketEndpoint
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 moreAuto Trait Implementations§
impl Freeze for VmSocketEndpoint
impl RefUnwindSafe for VmSocketEndpoint
impl Send for VmSocketEndpoint
impl Sync for VmSocketEndpoint
impl Unpin for VmSocketEndpoint
impl UnsafeUnpin for VmSocketEndpoint
impl UnwindSafe for VmSocketEndpoint
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