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