#[repr(C)]pub struct TerminalScrollViewport {
pub tag: Type,
pub value: TerminalScrollViewportValue,
}Expand description
Tagged union for scroll viewport behavior.
Fields§
§tag: Type§value: TerminalScrollViewportValueTrait Implementations§
Source§impl Clone for TerminalScrollViewport
impl Clone for TerminalScrollViewport
Source§fn clone(&self) -> TerminalScrollViewport
fn clone(&self) -> TerminalScrollViewport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TerminalScrollViewport
Auto Trait Implementations§
impl Freeze for TerminalScrollViewport
impl RefUnwindSafe for TerminalScrollViewport
impl Send for TerminalScrollViewport
impl Sync for TerminalScrollViewport
impl Unpin for TerminalScrollViewport
impl UnsafeUnpin for TerminalScrollViewport
impl UnwindSafe for TerminalScrollViewport
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