#[repr(C)]pub struct GhosttySgrUnknown {
pub full_ptr: *const u16,
pub full_len: usize,
pub partial_ptr: *const u16,
pub partial_len: usize,
}Expand description
Unknown SGR attribute data.
Contains the full parameter list and the partial list where parsing encountered an unknown or invalid sequence.
@ingroup sgr
Fields§
§full_ptr: *const u16§full_len: usize§partial_ptr: *const u16§partial_len: usizeTrait Implementations§
Source§impl Clone for GhosttySgrUnknown
impl Clone for GhosttySgrUnknown
Source§fn clone(&self) -> GhosttySgrUnknown
fn clone(&self) -> GhosttySgrUnknown
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 GhosttySgrUnknown
impl Debug for GhosttySgrUnknown
Source§impl Default for GhosttySgrUnknown
impl Default for GhosttySgrUnknown
impl Copy for GhosttySgrUnknown
Auto Trait Implementations§
impl Freeze for GhosttySgrUnknown
impl RefUnwindSafe for GhosttySgrUnknown
impl !Send for GhosttySgrUnknown
impl !Sync for GhosttySgrUnknown
impl Unpin for GhosttySgrUnknown
impl UnsafeUnpin for GhosttySgrUnknown
impl UnwindSafe for GhosttySgrUnknown
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