pub struct DomainAttachDeviceRequest(/* private fields */);Implementations§
Source§impl DomainAttachDeviceRequest
impl DomainAttachDeviceRequest
pub fn new(dom: &Domain, xml: &str, flags: DomainModificationImpact) -> Self
Trait Implementations§
Source§impl Debug for DomainAttachDeviceRequest
impl Debug for DomainAttachDeviceRequest
Source§impl<R: Read> LibvirtRpc<R> for DomainAttachDeviceRequest
impl<R: Read> LibvirtRpc<R> for DomainAttachDeviceRequest
const PROCEDURE: remote_procedure = remote_procedure::REMOTE_PROC_DOMAIN_ATTACH_DEVICE_FLAGS
type Response = DomainAttachDeviceResponse
Auto Trait Implementations§
impl Freeze for DomainAttachDeviceRequest
impl RefUnwindSafe for DomainAttachDeviceRequest
impl Send for DomainAttachDeviceRequest
impl Sync for DomainAttachDeviceRequest
impl Unpin for DomainAttachDeviceRequest
impl UnwindSafe for DomainAttachDeviceRequest
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