pub struct SmhdBox {
pub version: u8,
pub flags: u32,
pub balance: FixedPointI8,
}
Fields§
§version: u8
§flags: u32
§balance: FixedPointI8
Implementations§
Trait Implementations§
source§impl PartialEq for SmhdBox
impl PartialEq for SmhdBox
impl Eq for SmhdBox
impl StructuralPartialEq for SmhdBox
Auto Trait Implementations§
impl Freeze for SmhdBox
impl RefUnwindSafe for SmhdBox
impl Send for SmhdBox
impl Sync for SmhdBox
impl Unpin for SmhdBox
impl UnwindSafe for SmhdBox
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