#[repr(transparent)]pub struct UA_PerformUpdateType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Trait Implementations§
Source§impl Clone for UA_PerformUpdateType
impl Clone for UA_PerformUpdateType
Source§fn clone(&self) -> UA_PerformUpdateType
fn clone(&self) -> UA_PerformUpdateType
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 moreSource§impl Debug for UA_PerformUpdateType
impl Debug for UA_PerformUpdateType
Source§impl Hash for UA_PerformUpdateType
impl Hash for UA_PerformUpdateType
Source§impl PartialEq for UA_PerformUpdateType
impl PartialEq for UA_PerformUpdateType
impl Eq for UA_PerformUpdateType
impl StructuralPartialEq for UA_PerformUpdateType
Auto Trait Implementations§
impl Freeze for UA_PerformUpdateType
impl RefUnwindSafe for UA_PerformUpdateType
impl Send for UA_PerformUpdateType
impl Sync for UA_PerformUpdateType
impl Unpin for UA_PerformUpdateType
impl UnwindSafe for UA_PerformUpdateType
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