pub struct PowerLevel {
pub option: Option<PowerLevelOption>,
pub processing_rate: u64,
pub power_coefficient_nw: u64,
pub control_interface: ControlInterface,
pub control_argument: u64,
pub diagnostic_name: String,
}
Fields§
§option: Option<PowerLevelOption>
§processing_rate: u64
§power_coefficient_nw: u64
§control_interface: ControlInterface
§control_argument: u64
§diagnostic_name: String
Trait Implementations§
Source§impl Clone for PowerLevel
impl Clone for PowerLevel
Source§fn clone(&self) -> PowerLevel
fn clone(&self) -> PowerLevel
Returns a copy 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 PowerLevel
impl Debug for PowerLevel
Source§impl<'de> Deserialize<'de> for PowerLevel
impl<'de> Deserialize<'de> for PowerLevel
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 PartialEq for PowerLevel
impl PartialEq for PowerLevel
impl StructuralPartialEq for PowerLevel
Auto Trait Implementations§
impl Freeze for PowerLevel
impl RefUnwindSafe for PowerLevel
impl Send for PowerLevel
impl Sync for PowerLevel
impl Unpin for PowerLevel
impl UnwindSafe for PowerLevel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)