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