pub struct PriorityTable {
pub left: i32,
pub right: i32,
}Fields§
§left: i32§right: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for PriorityTable
impl RefUnwindSafe for PriorityTable
impl Send for PriorityTable
impl Sync for PriorityTable
impl Unpin for PriorityTable
impl UnwindSafe for PriorityTable
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