#[repr(C)]pub struct GhosttyPoint {
pub tag: GhosttyPointTag,
pub value: GhosttyPointValue,
}Expand description
Tagged union for a point in the terminal grid.
@ingroup point
Fields§
§tag: GhosttyPointTag§value: GhosttyPointValueTrait Implementations§
Source§impl Clone for GhosttyPoint
impl Clone for GhosttyPoint
Source§fn clone(&self) -> GhosttyPoint
fn clone(&self) -> GhosttyPoint
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 Default for GhosttyPoint
impl Default for GhosttyPoint
impl Copy for GhosttyPoint
Auto Trait Implementations§
impl Freeze for GhosttyPoint
impl RefUnwindSafe for GhosttyPoint
impl Send for GhosttyPoint
impl Sync for GhosttyPoint
impl Unpin for GhosttyPoint
impl UnsafeUnpin for GhosttyPoint
impl UnwindSafe for GhosttyPoint
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