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