pub struct PdoCfg {
pub idx: PdoIdx,
pub entries: Vec<PdoEntryInfo>,
}Expand description
PDO Config
Fields§
§idx: PdoIdx§entries: Vec<PdoEntryInfo>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PdoCfg
impl RefUnwindSafe for PdoCfg
impl Send for PdoCfg
impl Sync for PdoCfg
impl Unpin for PdoCfg
impl UnwindSafe for PdoCfg
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