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