Struct qapi_qmp::VsockSocketAddressWrapper
source · [−]#[repr(transparent)]pub struct VsockSocketAddressWrapper {
pub data: VsockSocketAddress,
}Fields
data: VsockSocketAddressImplementations
sourceimpl VsockSocketAddressWrapper
impl VsockSocketAddressWrapper
pub fn into_inner(self) -> VsockSocketAddress
Trait Implementations
sourceimpl AsRef<VsockSocketAddress> for VsockSocketAddressWrapper
impl AsRef<VsockSocketAddress> for VsockSocketAddressWrapper
sourcefn as_ref(&self) -> &VsockSocketAddress
fn as_ref(&self) -> &VsockSocketAddress
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for VsockSocketAddressWrapper
impl Clone for VsockSocketAddressWrapper
sourcefn clone(&self) -> VsockSocketAddressWrapper
fn clone(&self) -> VsockSocketAddressWrapper
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for VsockSocketAddressWrapper
impl Debug for VsockSocketAddressWrapper
sourceimpl Deref for VsockSocketAddressWrapper
impl Deref for VsockSocketAddressWrapper
type Target = VsockSocketAddress
type Target = VsockSocketAddress
The resulting type after dereferencing.
sourceimpl<'de> Deserialize<'de> for VsockSocketAddressWrapper
impl<'de> Deserialize<'de> for VsockSocketAddressWrapper
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl<T: Into<VsockSocketAddress>> From<T> for VsockSocketAddressWrapper
impl<T: Into<VsockSocketAddress>> From<T> for VsockSocketAddressWrapper
sourceimpl From<VsockSocketAddressWrapper> for SocketAddressLegacy
impl From<VsockSocketAddressWrapper> for SocketAddressLegacy
sourcefn from(val: VsockSocketAddressWrapper) -> Self
fn from(val: VsockSocketAddressWrapper) -> Self
Converts to this type from the input type.
sourceimpl Serialize for VsockSocketAddressWrapper
impl Serialize for VsockSocketAddressWrapper
Auto Trait Implementations
impl RefUnwindSafe for VsockSocketAddressWrapper
impl Send for VsockSocketAddressWrapper
impl Sync for VsockSocketAddressWrapper
impl Unpin for VsockSocketAddressWrapper
impl UnwindSafe for VsockSocketAddressWrapper
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more