#[repr(transparent)]pub struct UA_NegotiationStatus(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl UA_NegotiationStatus
impl UA_NegotiationStatus
pub const UA_NEGOTIATIONSTATUS_INPROGRESS: UA_NegotiationStatus
pub const UA_NEGOTIATIONSTATUS_COMPLETE: UA_NegotiationStatus
pub const UA_NEGOTIATIONSTATUS_FAILED: UA_NegotiationStatus
pub const UA_NEGOTIATIONSTATUS_UNKNOWN: UA_NegotiationStatus
pub const UA_NEGOTIATIONSTATUS_NONEGOTIATION: UA_NegotiationStatus
pub const __UA_NEGOTIATIONSTATUS_FORCE32BIT: UA_NegotiationStatus
Trait Implementations§
Source§impl Clone for UA_NegotiationStatus
impl Clone for UA_NegotiationStatus
Source§fn clone(&self) -> UA_NegotiationStatus
fn clone(&self) -> UA_NegotiationStatus
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_NegotiationStatus
impl Debug for UA_NegotiationStatus
Source§impl Hash for UA_NegotiationStatus
impl Hash for UA_NegotiationStatus
Source§impl PartialEq for UA_NegotiationStatus
impl PartialEq for UA_NegotiationStatus
impl Eq for UA_NegotiationStatus
impl StructuralPartialEq for UA_NegotiationStatus
Auto Trait Implementations§
impl Freeze for UA_NegotiationStatus
impl RefUnwindSafe for UA_NegotiationStatus
impl Send for UA_NegotiationStatus
impl Sync for UA_NegotiationStatus
impl Unpin for UA_NegotiationStatus
impl UnwindSafe for UA_NegotiationStatus
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