#[repr(C)]pub struct PioGeneratorCapabilityView {
pub name: PioStringView,
pub value: f64,
pub has_value: bool,
}Expand description
One optional generator capability or ramp field.
Fields§
§name: PioStringView§value: f64§has_value: boolTrait Implementations§
Source§impl Clone for PioGeneratorCapabilityView
impl Clone for PioGeneratorCapabilityView
Source§fn clone(&self) -> PioGeneratorCapabilityView
fn clone(&self) -> PioGeneratorCapabilityView
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 moreimpl Copy for PioGeneratorCapabilityView
Auto Trait Implementations§
impl !Send for PioGeneratorCapabilityView
impl !Sync for PioGeneratorCapabilityView
impl Freeze for PioGeneratorCapabilityView
impl RefUnwindSafe for PioGeneratorCapabilityView
impl Unpin for PioGeneratorCapabilityView
impl UnsafeUnpin for PioGeneratorCapabilityView
impl UnwindSafe for PioGeneratorCapabilityView
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