pub struct SHNodeState {
pub trig: Trigger,
pub value: f64,
}
Fields§
§trig: Trigger
§value: f64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SHNodeState
impl RefUnwindSafe for SHNodeState
impl Send for SHNodeState
impl Sync for SHNodeState
impl Unpin for SHNodeState
impl UnwindSafe for SHNodeState
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