pub struct PredWeight {
pub weight: i32,
pub offset: i32,
}Fields§
§weight: i32§offset: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for PredWeight
impl RefUnwindSafe for PredWeight
impl Send for PredWeight
impl Sync for PredWeight
impl Unpin for PredWeight
impl UnwindSafe for PredWeight
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