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