pub struct GhosttyRenderState { /* private fields */ }Trait Implementations§
Source§impl Clone for GhosttyRenderState
impl Clone for GhosttyRenderState
Source§fn clone(&self) -> GhosttyRenderState
fn clone(&self) -> GhosttyRenderState
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 GhosttyRenderState
impl Debug for GhosttyRenderState
impl Copy for GhosttyRenderState
Auto Trait Implementations§
impl Freeze for GhosttyRenderState
impl RefUnwindSafe for GhosttyRenderState
impl Send for GhosttyRenderState
impl Sync for GhosttyRenderState
impl Unpin for GhosttyRenderState
impl UnsafeUnpin for GhosttyRenderState
impl UnwindSafe for GhosttyRenderState
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