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