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