pub struct StatefulKitty {
pub unique_id: u32,
/* private fields */
}Fields§
§unique_id: u32Implementations§
Source§impl StatefulKitty
impl StatefulKitty
pub fn new( source: ImageSource, font_size: FontSize, id: u32, is_tmux: bool, ) -> StatefulKitty
Trait Implementations§
Source§impl Clone for StatefulKitty
impl Clone for StatefulKitty
Source§fn clone(&self) -> StatefulKitty
fn clone(&self) -> StatefulKitty
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for StatefulKitty
impl RefUnwindSafe for StatefulKitty
impl Send for StatefulKitty
impl Sync for StatefulKitty
impl Unpin for StatefulKitty
impl UnwindSafe for StatefulKitty
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