pub struct TerminalSets {
pub t1_in: Vec<u32>,
pub t1_out: Vec<u32>,
pub t1_new: Vec<u32>,
pub t2_in: Vec<u32>,
pub t2_out: Vec<u32>,
pub t2_new: Vec<u32>,
}Fields§
§t1_in: Vec<u32>§t1_out: Vec<u32>§t1_new: Vec<u32>§t2_in: Vec<u32>§t2_out: Vec<u32>§t2_new: Vec<u32>Implementations§
Trait Implementations§
Source§impl Clone for TerminalSets
impl Clone for TerminalSets
Source§fn clone(&self) -> TerminalSets
fn clone(&self) -> TerminalSets
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TerminalSets
impl Debug for TerminalSets
Source§impl Default for TerminalSets
impl Default for TerminalSets
Source§fn default() -> TerminalSets
fn default() -> TerminalSets
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TerminalSets
impl RefUnwindSafe for TerminalSets
impl Send for TerminalSets
impl Sync for TerminalSets
impl Unpin for TerminalSets
impl UnwindSafe for TerminalSets
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