pub struct CallEdge {
pub callee_hash: [u8; 32],
pub static_weight: f32,
pub dynamic_weight: f32,
}Fields§
§callee_hash: [u8; 32]§static_weight: f32§dynamic_weight: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for CallEdge
impl RefUnwindSafe for CallEdge
impl Send for CallEdge
impl Sync for CallEdge
impl Unpin for CallEdge
impl UnsafeUnpin for CallEdge
impl UnwindSafe for CallEdge
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