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