pub struct VmbusClient { /* private fields */ }
Implementations§
Source§impl VmbusClient
impl VmbusClient
Sourcepub async fn connect(
&mut self,
target_message_vp: u32,
monitor_page: Option<MonitorPageGpas>,
client_id: Guid,
) -> Result<ConnectResult, ConnectError>
pub async fn connect( &mut self, target_message_vp: u32, monitor_page: Option<MonitorPageGpas>, client_id: Guid, ) -> Result<ConnectResult, ConnectError>
Connects to the server, negotiating the protocol version and retrieving the initial list of channel offers.
pub async fn unload(self)
pub fn access(&self) -> &VmbusClientAccess
pub fn start(&mut self)
pub async fn stop(&mut self)
pub async fn save(&self) -> SavedState
pub async fn restore( &mut self, state: SavedState, ) -> Result<Option<ConnectResult>, RestoreError>
pub async fn post_restore(&mut self)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VmbusClient
impl !RefUnwindSafe for VmbusClient
impl Send for VmbusClient
impl Sync for VmbusClient
impl Unpin for VmbusClient
impl !UnwindSafe for VmbusClient
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