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