#[repr(C)]pub struct WSLVmCreationSettings {
pub CustomConfigurationFlags: WSLUserConfiguration,
}
Fields§
§CustomConfigurationFlags: WSLUserConfiguration
Trait Implementations§
Source§impl Clone for WSLVmCreationSettings
impl Clone for WSLVmCreationSettings
Source§fn clone(&self) -> WSLVmCreationSettings
fn clone(&self) -> WSLVmCreationSettings
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 moreSource§impl Debug for WSLVmCreationSettings
impl Debug for WSLVmCreationSettings
impl Copy for WSLVmCreationSettings
Auto Trait Implementations§
impl Freeze for WSLVmCreationSettings
impl RefUnwindSafe for WSLVmCreationSettings
impl Send for WSLVmCreationSettings
impl Sync for WSLVmCreationSettings
impl Unpin for WSLVmCreationSettings
impl UnwindSafe for WSLVmCreationSettings
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