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