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