pub struct Vsock { /* private fields */ }Expand description
A VSOCK D-Bus address.
Implementations§
Trait Implementations§
impl Eq for Vsock
impl StructuralPartialEq for Vsock
Auto Trait Implementations§
impl Freeze for Vsock
impl RefUnwindSafe for Vsock
impl Send for Vsock
impl Sync for Vsock
impl Unpin for Vsock
impl UnwindSafe for Vsock
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