pub enum LinkProperty {
Roughness,
InitialStatus,
InitialSetting,
}Expand description
Settable link properties via set_link_property.
Variants§
Roughness
Override pipe roughness.
InitialStatus
Override initial status (0 = Closed, 1 = Open).
InitialSetting
Override initial setting (pump speed or valve setpoint).
Trait Implementations§
Source§impl Clone for LinkProperty
impl Clone for LinkProperty
Source§fn clone(&self) -> LinkProperty
fn clone(&self) -> LinkProperty
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 LinkProperty
Source§impl Debug for LinkProperty
impl Debug for LinkProperty
impl Eq for LinkProperty
Source§impl PartialEq for LinkProperty
impl PartialEq for LinkProperty
Source§fn eq(&self, other: &LinkProperty) -> bool
fn eq(&self, other: &LinkProperty) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LinkProperty
Auto Trait Implementations§
impl Freeze for LinkProperty
impl RefUnwindSafe for LinkProperty
impl Send for LinkProperty
impl Sync for LinkProperty
impl Unpin for LinkProperty
impl UnsafeUnpin for LinkProperty
impl UnwindSafe for LinkProperty
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