pub struct PdoEntry {
pub entry_idx: PdoEntryIdx,
pub bit_len: usize,
pub name: Option<String>,
pub data_type: Option<String>,
}
Expand description
PDO Entry.
Fields§
§entry_idx: PdoEntryIdx
§bit_len: usize
§name: Option<String>
§data_type: Option<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PdoEntry
impl RefUnwindSafe for PdoEntry
impl Send for PdoEntry
impl Sync for PdoEntry
impl Unpin for PdoEntry
impl UnwindSafe for PdoEntry
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