pub struct PdoEntryInfo {
pub pos: PdoEntryPos,
pub entry_idx: PdoEntryIdx,
pub bit_len: u8,
pub name: String,
}
Expand description
PDO Entry Meta Information
Fields§
§pos: PdoEntryPos
§entry_idx: PdoEntryIdx
§bit_len: u8
§name: String
Trait Implementations§
Source§impl Clone for PdoEntryInfo
impl Clone for PdoEntryInfo
Source§fn clone(&self) -> PdoEntryInfo
fn clone(&self) -> PdoEntryInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PdoEntryInfo
impl Debug for PdoEntryInfo
Source§impl PartialEq for PdoEntryInfo
impl PartialEq for PdoEntryInfo
impl StructuralPartialEq for PdoEntryInfo
Auto Trait Implementations§
impl Freeze for PdoEntryInfo
impl RefUnwindSafe for PdoEntryInfo
impl Send for PdoEntryInfo
impl Sync for PdoEntryInfo
impl Unpin for PdoEntryInfo
impl UnwindSafe for PdoEntryInfo
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