Struct xenplatform::domain::BaseDomainManager
source · pub struct BaseDomainManager<P: BootSetupPlatform> {
pub platform: Arc<P>,
/* private fields */
}Fields§
§platform: Arc<P>Implementations§
source§impl<P: BootSetupPlatform> BaseDomainManager<P>
impl<P: BootSetupPlatform> BaseDomainManager<P>
pub async fn new(call: XenCall, platform: P) -> Result<BaseDomainManager<P>>
pub async fn create(&self, config: BaseDomainConfig) -> Result<CreatedDomain>
pub async fn destroy(&self, domid: u32) -> Result<()>
Auto Trait Implementations§
impl<P> Freeze for BaseDomainManager<P>
impl<P> !RefUnwindSafe for BaseDomainManager<P>
impl<P> Send for BaseDomainManager<P>
impl<P> Sync for BaseDomainManager<P>
impl<P> Unpin for BaseDomainManager<P>
impl<P> !UnwindSafe for BaseDomainManager<P>
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