pub struct PdoEntryIdx {
pub idx: Idx,
pub sub_idx: SubIdx,
}
Expand description
PDO Entry Index
Fields§
§idx: Idx
§sub_idx: SubIdx
Implementations§
Trait Implementations§
Source§impl Clone for PdoEntryIdx
impl Clone for PdoEntryIdx
Source§fn clone(&self) -> PdoEntryIdx
fn clone(&self) -> PdoEntryIdx
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 PdoEntryIdx
impl Debug for PdoEntryIdx
Source§impl Hash for PdoEntryIdx
impl Hash for PdoEntryIdx
Source§impl PartialEq for PdoEntryIdx
impl PartialEq for PdoEntryIdx
impl Copy for PdoEntryIdx
impl Eq for PdoEntryIdx
impl StructuralPartialEq for PdoEntryIdx
Auto Trait Implementations§
impl Freeze for PdoEntryIdx
impl RefUnwindSafe for PdoEntryIdx
impl Send for PdoEntryIdx
impl Sync for PdoEntryIdx
impl Unpin for PdoEntryIdx
impl UnwindSafe for PdoEntryIdx
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