#[repr(transparent)]pub struct UA_AsyncOperationType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
source§impl UA_AsyncOperationType
impl UA_AsyncOperationType
pub const UA_ASYNCOPERATIONTYPE_INVALID: UA_AsyncOperationType = _
source§impl UA_AsyncOperationType
impl UA_AsyncOperationType
pub const UA_ASYNCOPERATIONTYPE_CALL: UA_AsyncOperationType = _
Trait Implementations§
source§impl Clone for UA_AsyncOperationType
impl Clone for UA_AsyncOperationType
source§fn clone(&self) -> UA_AsyncOperationType
fn clone(&self) -> UA_AsyncOperationType
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_AsyncOperationType
impl Debug for UA_AsyncOperationType
source§impl Hash for UA_AsyncOperationType
impl Hash for UA_AsyncOperationType
source§impl PartialEq for UA_AsyncOperationType
impl PartialEq for UA_AsyncOperationType
impl Eq for UA_AsyncOperationType
impl StructuralPartialEq for UA_AsyncOperationType
Auto Trait Implementations§
impl Freeze for UA_AsyncOperationType
impl RefUnwindSafe for UA_AsyncOperationType
impl Send for UA_AsyncOperationType
impl Sync for UA_AsyncOperationType
impl Unpin for UA_AsyncOperationType
impl UnwindSafe for UA_AsyncOperationType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)