pub struct InstrumentModal {
pub open: bool,
pub cursor: usize,
}Fields§
§open: bool§cursor: usizeImplementations§
Trait Implementations§
Source§impl Debug for InstrumentModal
impl Debug for InstrumentModal
Auto Trait Implementations§
impl Freeze for InstrumentModal
impl RefUnwindSafe for InstrumentModal
impl Send for InstrumentModal
impl Sync for InstrumentModal
impl Unpin for InstrumentModal
impl UnsafeUnpin for InstrumentModal
impl UnwindSafe for InstrumentModal
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