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