#[repr(transparent)]pub struct ViewModelType(pub c_uchar);
Expand description
View model types
Tuple Fields§
§0: c_uchar
Trait Implementations§
Source§impl Clone for ViewModelType
impl Clone for ViewModelType
Source§fn clone(&self) -> ViewModelType
fn clone(&self) -> ViewModelType
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 ViewModelType
impl Debug for ViewModelType
Source§impl Hash for ViewModelType
impl Hash for ViewModelType
Source§impl PartialEq for ViewModelType
impl PartialEq for ViewModelType
impl Copy for ViewModelType
impl Eq for ViewModelType
impl StructuralPartialEq for ViewModelType
Auto Trait Implementations§
impl Freeze for ViewModelType
impl RefUnwindSafe for ViewModelType
impl Send for ViewModelType
impl Sync for ViewModelType
impl Unpin for ViewModelType
impl UnwindSafe for ViewModelType
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