pub struct PlatformOptions {
pub iommu: bool,
}
Fields§
§iommu: bool
Trait Implementations§
Source§impl Clone for PlatformOptions
impl Clone for PlatformOptions
Source§fn clone(&self) -> PlatformOptions
fn clone(&self) -> PlatformOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for PlatformOptions
impl RefUnwindSafe for PlatformOptions
impl Send for PlatformOptions
impl Sync for PlatformOptions
impl Unpin for PlatformOptions
impl UnwindSafe for PlatformOptions
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