pub struct PlatformDomainConfig {
pub uuid: Uuid,
pub platform: RuntimePlatformType,
pub resources: PlatformResourcesConfig,
pub kernel: PlatformKernelConfig,
pub options: PlatformOptions,
}
Fields§
§uuid: Uuid
§platform: RuntimePlatformType
§resources: PlatformResourcesConfig
§kernel: PlatformKernelConfig
§options: PlatformOptions
Trait Implementations§
Source§impl Clone for PlatformDomainConfig
impl Clone for PlatformDomainConfig
Source§fn clone(&self) -> PlatformDomainConfig
fn clone(&self) -> PlatformDomainConfig
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 PlatformDomainConfig
impl RefUnwindSafe for PlatformDomainConfig
impl Send for PlatformDomainConfig
impl Sync for PlatformDomainConfig
impl Unpin for PlatformDomainConfig
impl UnwindSafe for PlatformDomainConfig
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