pub struct TransportUiState {
pub element: TransportElement,
pub editing: bool,
}Expand description
State for transport pane navigation.
Fields§
§element: TransportElementWhich element the cursor is on.
editing: boolWhether the current element is “entered” (controls locked to it).
Implementations§
Trait Implementations§
Source§impl Debug for TransportUiState
impl Debug for TransportUiState
Auto Trait Implementations§
impl Freeze for TransportUiState
impl RefUnwindSafe for TransportUiState
impl Send for TransportUiState
impl Sync for TransportUiState
impl Unpin for TransportUiState
impl UnsafeUnpin for TransportUiState
impl UnwindSafe for TransportUiState
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