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