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