pub struct PlatformARM { /* private fields */ }Expand description
The ARM-specific platform properties for a virtual machine.
Reference to the official documentation:
https://www.virtualbox.org/sdkref/interface_i_platform_a_r_m.html
Trait Implementations§
Source§impl Debug for PlatformARM
impl Debug for PlatformARM
Auto Trait Implementations§
impl Freeze for PlatformARM
impl RefUnwindSafe for PlatformARM
impl !Send for PlatformARM
impl !Sync for PlatformARM
impl Unpin for PlatformARM
impl UnwindSafe for PlatformARM
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