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