pub struct Epmp {
pub entry: Vec<EpmpEntry>,
}
Fields§
§entry: Vec<EpmpEntry>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Epmp
impl RefUnwindSafe for Epmp
impl Send for Epmp
impl Sync for Epmp
impl Unpin for Epmp
impl UnwindSafe for Epmp
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