pub struct ChaosPaddings {
pub input: Vector2<u16>,
pub buffer: Vector2<u16>,
}Expand description
A struct that stores paddings for the input and buffer sections of the terminal.
Fields§
§input: Vector2<u16>§buffer: Vector2<u16>Auto Trait Implementations§
impl Freeze for ChaosPaddings
impl RefUnwindSafe for ChaosPaddings
impl Send for ChaosPaddings
impl Sync for ChaosPaddings
impl Unpin for ChaosPaddings
impl UnwindSafe for ChaosPaddings
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