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