pub struct LinuxThrottleDevice {
pub major: Option<i64>,
pub minor: Option<i64>,
pub rate: Option<u64>,
}
Fields§
§major: Option<i64>
§minor: Option<i64>
§rate: Option<u64>
Trait Implementations§
Source§impl Debug for LinuxThrottleDevice
impl Debug for LinuxThrottleDevice
Source§impl Default for LinuxThrottleDevice
impl Default for LinuxThrottleDevice
Source§fn default() -> LinuxThrottleDevice
fn default() -> LinuxThrottleDevice
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LinuxThrottleDevice
impl<'de> Deserialize<'de> for LinuxThrottleDevice
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
Auto Trait Implementations§
impl Freeze for LinuxThrottleDevice
impl RefUnwindSafe for LinuxThrottleDevice
impl Send for LinuxThrottleDevice
impl Sync for LinuxThrottleDevice
impl Unpin for LinuxThrottleDevice
impl UnwindSafe for LinuxThrottleDevice
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