pub struct EntryRenderer;Implementations§
Source§impl EntryRenderer
impl EntryRenderer
pub fn render_header(screen: &mut Screen)
pub fn render_entries( screen: &mut Screen, entries: &[BootEntry], selected: usize, )
fn render_entry( screen: &mut Screen, entry: &BootEntry, y: usize, is_selected: bool, )
Auto Trait Implementations§
impl Freeze for EntryRenderer
impl RefUnwindSafe for EntryRenderer
impl Send for EntryRenderer
impl Sync for EntryRenderer
impl Unpin for EntryRenderer
impl UnwindSafe for EntryRenderer
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