pub struct NumaCpuOptions {
pub base: CpuInstanceProperties,
}
Fields§
§base: CpuInstanceProperties
Trait Implementations§
Source§impl AsRef<CpuInstanceProperties> for NumaCpuOptions
impl AsRef<CpuInstanceProperties> for NumaCpuOptions
Source§fn as_ref(&self) -> &CpuInstanceProperties
fn as_ref(&self) -> &CpuInstanceProperties
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for NumaCpuOptions
impl Clone for NumaCpuOptions
Source§fn clone(&self) -> NumaCpuOptions
fn clone(&self) -> NumaCpuOptions
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 NumaCpuOptions
impl Debug for NumaCpuOptions
Source§impl<'de> Deserialize<'de> for NumaCpuOptions
impl<'de> Deserialize<'de> for NumaCpuOptions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<NumaCpuOptions> for NumaOptions
impl From<NumaCpuOptions> for NumaOptions
Source§fn from(val: NumaCpuOptions) -> Self
fn from(val: NumaCpuOptions) -> Self
Converts to this type from the input type.
Source§impl<T: Into<CpuInstanceProperties>> From<T> for NumaCpuOptions
impl<T: Into<CpuInstanceProperties>> From<T> for NumaCpuOptions
Auto Trait Implementations§
impl Freeze for NumaCpuOptions
impl RefUnwindSafe for NumaCpuOptions
impl Send for NumaCpuOptions
impl Sync for NumaCpuOptions
impl Unpin for NumaCpuOptions
impl UnwindSafe for NumaCpuOptions
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