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