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