pub struct SdoIdx {
pub idx: Idx,
pub sub_idx: SubIdx,
}Expand description
SDO Index
Fields§
§idx: Idx§sub_idx: SubIdxImplementations§
Trait Implementations§
impl Copy for SdoIdx
impl Eq for SdoIdx
impl StructuralPartialEq for SdoIdx
Auto Trait Implementations§
impl Freeze for SdoIdx
impl RefUnwindSafe for SdoIdx
impl Send for SdoIdx
impl Sync for SdoIdx
impl Unpin for SdoIdx
impl UnwindSafe for SdoIdx
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