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