Struct UI_COLLECTIONCHANGE
#[repr(transparent)]pub struct UI_COLLECTIONCHANGE(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for UI_COLLECTIONCHANGE
impl Clone for UI_COLLECTIONCHANGE
§fn clone(&self) -> UI_COLLECTIONCHANGE
fn clone(&self) -> UI_COLLECTIONCHANGE
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 more§impl Debug for UI_COLLECTIONCHANGE
impl Debug for UI_COLLECTIONCHANGE
§impl Default for UI_COLLECTIONCHANGE
impl Default for UI_COLLECTIONCHANGE
§fn default() -> UI_COLLECTIONCHANGE
fn default() -> UI_COLLECTIONCHANGE
Returns the “default value” for a type. Read more
§impl PartialEq for UI_COLLECTIONCHANGE
impl PartialEq for UI_COLLECTIONCHANGE
impl Copy for UI_COLLECTIONCHANGE
impl Eq for UI_COLLECTIONCHANGE
impl StructuralPartialEq for UI_COLLECTIONCHANGE
Auto Trait Implementations§
impl Freeze for UI_COLLECTIONCHANGE
impl RefUnwindSafe for UI_COLLECTIONCHANGE
impl Send for UI_COLLECTIONCHANGE
impl Sync for UI_COLLECTIONCHANGE
impl Unpin for UI_COLLECTIONCHANGE
impl UnwindSafe for UI_COLLECTIONCHANGE
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