pub struct MediumAttachment { /* private fields */ }Expand description
The IMediumAttachment interface links storage media to virtual machines. More…
Reference to the official documentation:
https://www.virtualbox.org/sdkref/interface_i_medium_attachment.html
Trait Implementations§
Source§impl Debug for MediumAttachment
impl Debug for MediumAttachment
Auto Trait Implementations§
impl Freeze for MediumAttachment
impl RefUnwindSafe for MediumAttachment
impl !Send for MediumAttachment
impl !Sync for MediumAttachment
impl Unpin for MediumAttachment
impl UnsafeUnpin for MediumAttachment
impl UnwindSafe for MediumAttachment
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