pub struct HaltReasonIntField(pub FIXInt);Expand description
HaltReasonIntField is a INT field, Tag 327.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for HaltReasonIntField
Auto Trait Implementations§
impl Freeze for HaltReasonIntField
impl RefUnwindSafe for HaltReasonIntField
impl Send for HaltReasonIntField
impl Sync for HaltReasonIntField
impl Unpin for HaltReasonIntField
impl UnsafeUnpin for HaltReasonIntField
impl UnwindSafe for HaltReasonIntField
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