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