pub struct DcpField {
pub name: String,
pub field_type: DcpFieldType,
pub offset: u16,
pub size: u16,
}Expand description
DCP field definition
Fields§
§name: StringField name
field_type: DcpFieldTypeField type
offset: u16Offset in binary layout
size: u16Size in bytes
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DcpField
impl RefUnwindSafe for DcpField
impl Send for DcpField
impl Sync for DcpField
impl Unpin for DcpField
impl UnsafeUnpin for DcpField
impl UnwindSafe for DcpField
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