pub struct set_cpu_topology {
pub book_id: Option<u16>,
pub dedicated: Option<bool>,
pub drawer_id: Option<u16>,
pub entitlement: Option<CpuS390Entitlement>,
pub socket_id: Option<u16>,
pub core_id: u16,
}
Fields§
§book_id: Option<u16>
§dedicated: Option<bool>
§drawer_id: Option<u16>
§entitlement: Option<CpuS390Entitlement>
§socket_id: Option<u16>
§core_id: u16
Trait Implementations§
Source§impl Clone for set_cpu_topology
impl Clone for set_cpu_topology
Source§fn clone(&self) -> set_cpu_topology
fn clone(&self) -> set_cpu_topology
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 Command for set_cpu_topology
impl Command for set_cpu_topology
Source§impl Debug for set_cpu_topology
impl Debug for set_cpu_topology
Source§impl<'de> Deserialize<'de> for set_cpu_topology
impl<'de> Deserialize<'de> for set_cpu_topology
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 Serialize for set_cpu_topology
impl Serialize for set_cpu_topology
impl QmpCommand for set_cpu_topology
Auto Trait Implementations§
impl Freeze for set_cpu_topology
impl RefUnwindSafe for set_cpu_topology
impl Send for set_cpu_topology
impl Sync for set_cpu_topology
impl Unpin for set_cpu_topology
impl UnwindSafe for set_cpu_topology
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