pub struct VmbusConfig {
pub vsock_listener: Option<UnixListener>,
pub vsock_path: Option<String>,
pub vmbus_max_version: Option<u32>,
pub vtl2_redirect: bool,
}Fields§
§vsock_listener: Option<UnixListener>§vsock_path: Option<String>§vmbus_max_version: Option<u32>§vtl2_redirect: boolTrait Implementations§
Source§impl Debug for VmbusConfig
impl Debug for VmbusConfig
Source§impl Default for VmbusConfig
impl Default for VmbusConfig
Source§fn default() -> VmbusConfig
fn default() -> VmbusConfig
Returns the “default value” for a type. Read more
Source§impl DefaultEncoding for VmbusConfig
impl DefaultEncoding for VmbusConfig
Source§impl<'encoding> StructDecodeMetadata<'encoding, Resource> for VmbusConfig
impl<'encoding> StructDecodeMetadata<'encoding, Resource> for VmbusConfig
Source§impl StructEncodeMetadata<Resource> for VmbusConfig
impl StructEncodeMetadata<Resource> for VmbusConfig
Auto Trait Implementations§
impl Freeze for VmbusConfig
impl RefUnwindSafe for VmbusConfig
impl Send for VmbusConfig
impl Sync for VmbusConfig
impl Unpin for VmbusConfig
impl UnwindSafe for VmbusConfig
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> MeshField for T
impl<T> MeshField for T
§impl<T> MeshPayload for T
impl<T> MeshPayload for T
§impl<T> SerializeMessage for Twhere
T: 'static + MeshPayload + Send,
impl<T> SerializeMessage for Twhere
T: 'static + MeshPayload + Send,
§fn compute_message_size(&mut self, sizer: MessageSizer<'_>)
fn compute_message_size(&mut self, sizer: MessageSizer<'_>)
Computes the message size, as in [
MessageEncode::compute_message_size].§fn write_message(self, writer: MessageWriter<'_, '_, Resource>)
fn write_message(self, writer: MessageWriter<'_, '_, Resource>)
Writes the message, as in [
MessageEncode::write_message].