#[repr(transparent)]pub struct UA_BrokerTransportQualityOfService(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl UA_BrokerTransportQualityOfService
impl UA_BrokerTransportQualityOfService
pub const UA_BROKERTRANSPORTQUALITYOFSERVICE_NOTSPECIFIED: UA_BrokerTransportQualityOfService
pub const UA_BROKERTRANSPORTQUALITYOFSERVICE_BESTEFFORT: UA_BrokerTransportQualityOfService
pub const UA_BROKERTRANSPORTQUALITYOFSERVICE_ATLEASTONCE: UA_BrokerTransportQualityOfService
pub const UA_BROKERTRANSPORTQUALITYOFSERVICE_ATMOSTONCE: UA_BrokerTransportQualityOfService
pub const UA_BROKERTRANSPORTQUALITYOFSERVICE_EXACTLYONCE: UA_BrokerTransportQualityOfService
pub const __UA_BROKERTRANSPORTQUALITYOFSERVICE_FORCE32BIT: UA_BrokerTransportQualityOfService
Trait Implementations§
Source§impl Clone for UA_BrokerTransportQualityOfService
impl Clone for UA_BrokerTransportQualityOfService
Source§fn clone(&self) -> UA_BrokerTransportQualityOfService
fn clone(&self) -> UA_BrokerTransportQualityOfService
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 PartialEq for UA_BrokerTransportQualityOfService
impl PartialEq for UA_BrokerTransportQualityOfService
Source§fn eq(&self, other: &UA_BrokerTransportQualityOfService) -> bool
fn eq(&self, other: &UA_BrokerTransportQualityOfService) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UA_BrokerTransportQualityOfService
impl StructuralPartialEq for UA_BrokerTransportQualityOfService
Auto Trait Implementations§
impl Freeze for UA_BrokerTransportQualityOfService
impl RefUnwindSafe for UA_BrokerTransportQualityOfService
impl Send for UA_BrokerTransportQualityOfService
impl Sync for UA_BrokerTransportQualityOfService
impl Unpin for UA_BrokerTransportQualityOfService
impl UnwindSafe for UA_BrokerTransportQualityOfService
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