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