pub struct SlmpDeviceRangeSampleOptions {
pub sample_points: usize,
pub only: Vec<String>,
}Fields§
§sample_points: usize§only: Vec<String>Implementations§
Source§impl SlmpDeviceRangeSampleOptions
impl SlmpDeviceRangeSampleOptions
pub fn normalized(self) -> Self
Trait Implementations§
Source§impl Clone for SlmpDeviceRangeSampleOptions
impl Clone for SlmpDeviceRangeSampleOptions
Source§fn clone(&self) -> SlmpDeviceRangeSampleOptions
fn clone(&self) -> SlmpDeviceRangeSampleOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SlmpDeviceRangeSampleOptions
impl Debug for SlmpDeviceRangeSampleOptions
Source§impl<'de> Deserialize<'de> for SlmpDeviceRangeSampleOptions
impl<'de> Deserialize<'de> for SlmpDeviceRangeSampleOptions
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 SlmpDeviceRangeSampleOptions
impl RefUnwindSafe for SlmpDeviceRangeSampleOptions
impl Send for SlmpDeviceRangeSampleOptions
impl Sync for SlmpDeviceRangeSampleOptions
impl Unpin for SlmpDeviceRangeSampleOptions
impl UnsafeUnpin for SlmpDeviceRangeSampleOptions
impl UnwindSafe for SlmpDeviceRangeSampleOptions
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