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