pub struct EdfBlockRow {
pub index: usize,
pub edf: f64,
pub role: Option<String>,
}Fields§
§index: usize§edf: f64§role: Option<String>Auto Trait Implementations§
impl Freeze for EdfBlockRow
impl RefUnwindSafe for EdfBlockRow
impl Send for EdfBlockRow
impl Sync for EdfBlockRow
impl Unpin for EdfBlockRow
impl UnsafeUnpin for EdfBlockRow
impl UnwindSafe for EdfBlockRow
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