pub struct Smhd {
pub balance: FixedPoint<i8>,
}Fields§
§balance: FixedPoint<i8>Trait Implementations§
impl Eq for Smhd
impl StructuralPartialEq for Smhd
Auto Trait Implementations§
impl Freeze for Smhd
impl RefUnwindSafe for Smhd
impl Send for Smhd
impl Sync for Smhd
impl Unpin for Smhd
impl UnwindSafe for Smhd
Blanket Implementations§
Source§impl<T> Atom for Twhere
T: AtomExt,
impl<T> Atom for Twhere
T: AtomExt,
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