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