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