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