pub struct Controls(pub Vec<(char, ControlValue)>);Expand description
Vector of Kitty graphics protocol controls.
Tuple Fields§
§0: Vec<(char, ControlValue)>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Controls
impl RefUnwindSafe for Controls
impl Send for Controls
impl Sync for Controls
impl Unpin for Controls
impl UnsafeUnpin for Controls
impl UnwindSafe for Controls
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