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