#[repr(transparent)]pub struct UA_PubSubOffsetType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl UA_PubSubOffsetType
impl UA_PubSubOffsetType
pub const UA_PUBSUBOFFSETTYPE_NETWORKMESSAGE_GROUPVERSION: UA_PubSubOffsetType
pub const UA_PUBSUBOFFSETTYPE_NETWORKMESSAGE_SEQUENCENUMBER: UA_PubSubOffsetType
pub const UA_PUBSUBOFFSETTYPE_NETWORKMESSAGE_TIMESTAMP: UA_PubSubOffsetType
pub const UA_PUBSUBOFFSETTYPE_NETWORKMESSAGE_PICOSECONDS: UA_PubSubOffsetType
pub const UA_PUBSUBOFFSETTYPE_DATASETMESSAGE: UA_PubSubOffsetType
pub const UA_PUBSUBOFFSETTYPE_DATASETMESSAGE_SEQUENCENUMBER: UA_PubSubOffsetType
pub const UA_PUBSUBOFFSETTYPE_DATASETMESSAGE_STATUS: UA_PubSubOffsetType
pub const UA_PUBSUBOFFSETTYPE_DATASETMESSAGE_TIMESTAMP: UA_PubSubOffsetType
pub const UA_PUBSUBOFFSETTYPE_DATASETMESSAGE_PICOSECONDS: UA_PubSubOffsetType
pub const UA_PUBSUBOFFSETTYPE_DATASETFIELD_DATAVALUE: UA_PubSubOffsetType
pub const UA_PUBSUBOFFSETTYPE_DATASETFIELD_VARIANT: UA_PubSubOffsetType
pub const UA_PUBSUBOFFSETTYPE_DATASETFIELD_RAW: UA_PubSubOffsetType
Trait Implementations§
Source§impl Clone for UA_PubSubOffsetType
impl Clone for UA_PubSubOffsetType
Source§fn clone(&self) -> UA_PubSubOffsetType
fn clone(&self) -> UA_PubSubOffsetType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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_PubSubOffsetType
impl Debug for UA_PubSubOffsetType
impl Eq for UA_PubSubOffsetType
Source§impl Hash for UA_PubSubOffsetType
impl Hash for UA_PubSubOffsetType
Source§impl PartialEq for UA_PubSubOffsetType
impl PartialEq for UA_PubSubOffsetType
impl StructuralPartialEq for UA_PubSubOffsetType
Auto Trait Implementations§
impl Freeze for UA_PubSubOffsetType
impl RefUnwindSafe for UA_PubSubOffsetType
impl Send for UA_PubSubOffsetType
impl Sync for UA_PubSubOffsetType
impl Unpin for UA_PubSubOffsetType
impl UnsafeUnpin for UA_PubSubOffsetType
impl UnwindSafe for UA_PubSubOffsetType
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