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